Mercurial > hg > Members > kono > nitros9-code
comparison defs/scfdefs @ 433:911983420d77
Added symbolics for enhanced SCF line editing
author | boisy |
---|---|
date | Sun, 22 Sep 2002 17:17:48 +0000 |
parents | c07686556109 |
children | 903ccb6c06cf |
comparison
equal
deleted
inserted
replaced
432:03c6934e5d62 | 433:911983420d77 |
---|---|
95 C$INTR set $03 (ctl C - ETX) Keyboard interrupt | 95 C$INTR set $03 (ctl C - ETX) Keyboard interrupt |
96 C$RPRT set $04 (ctl D - EOT) Reprint current input line | 96 C$RPRT set $04 (ctl D - EOT) Reprint current input line |
97 C$QUIT set $05 (ctl E - ENQ) Keyboard Abort | 97 C$QUIT set $05 (ctl E - ENQ) Keyboard Abort |
98 C$BELL set $07 (ctl G - BEL) Line overflow warning | 98 C$BELL set $07 (ctl G - BEL) Line overflow warning |
99 C$BSP set $08 (ctl H - BS ) Back space | 99 C$BSP set $08 (ctl H - BS ) Back space |
100 C$RARR set $09 Right Arrow | |
100 C$EL set $05 Erase Line | 101 C$EL set $05 Erase Line |
101 C$LF set $0A Line feed | 102 C$LF set $0A Line feed |
102 C$HOME set $0B Home position Code | 103 C$HOME set $0B Home position Code |
103 C$Clsgr set $15 Graphic screen clear (use FM-11) | 104 C$Clsgr set $15 Graphic screen clear (use FM-11) |
104 C$Clsall set $16 Graphic & character clear (use FM-11) | 105 C$Clsall set $16 Graphic & character clear (use FM-11) |
108 C$SO set $0E Shift OUT Code | 109 C$SO set $0E Shift OUT Code |
109 C$XON set $11 (ctl Q - DC1) Transmit Enable | 110 C$XON set $11 (ctl Q - DC1) Transmit Enable |
110 C$XOFF set $13 (ctl S - DC3) Transmit Disable | 111 C$XOFF set $13 (ctl S - DC3) Transmit Disable |
111 C$PAUS set $17 (ctl W - ETB) Pause character | 112 C$PAUS set $17 (ctl W - ETB) Pause character |
112 C$DEL set $18 (ctl X - CAN) Delete line | 113 C$DEL set $18 (ctl X - CAN) Delete line |
114 C$SHRARR set $19 Shift Right-Arrow | |
113 C$EOF set $1B (ctl [ - ESC) END of file | 115 C$EOF set $1B (ctl [ - ESC) END of file |
114 C$RGT set $1C Cursor right | 116 C$RGT set $1C Cursor right |
115 C$LFT set $1D Cursor left | 117 C$LFT set $1D Cursor left |
116 C$UP set $1E Cursor up | 118 C$UP set $1E Cursor up |
117 C$DWN set $1F Cursor down | 119 C$DWN set $1F Cursor down |