Skip to main content

Module cmd

Module cmd 

Source
Expand description

Application command ids.

Turbo Vision reserves the low range for built-ins (CM_QUIT, CM_CLOSE, CM_TILE, …). These start at 1000 to stay clear of them.

Constants§

CM_AUTO_CLEANUP
Window > Auto-cleanup (a flag: close each window as its client goes away)
CM_CASCADE_WINDOWS
Window > Cascade.
CM_CLEANUP
Window > Cleanup (closes every disconnected window)
CM_CLEAR_WINDOW
Edit > Clear window
CM_COPY
Edit > Copy (copies the current selection to the clipboard)
CM_OPEN_CAPTURE
File > Open capture…
CM_SAVE_AS
File > Save As…
CM_SELECT_ALL
Edit > Select All (selects the whole scrollback)
CM_TILE_WINDOWS
Window > Tile (an app-owned id — see CM_CASCADE_WINDOWS)