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)