Difference between revisions of "CodeChart:DEC VT100/VT52 Mode/ESC"

From Terminals
Jump to: navigation, search
(create page)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
  
 +
{|
 +
| valign="top" align="right" |
 
{{CodeChart
 
{{CodeChart
 +
| title=Received
 
| less=#less
 
| less=#less
 
| equal=#equal
 
| equal=#equal
 
| greater=#greater
 
| greater=#greater
 +
| one=#one
 +
| two=#two
 
| a=#a
 
| a=#a
 
| b=#b
 
| b=#b
Line 18: Line 23:
 
| z=#z
 
| z=#z
 
}}
 
}}
 +
| style="width: 2ex;" |
 +
| valign="top" |
 +
{{CodeChart
 +
| title=Transmitted
 +
| a=#up-arrow-key
 +
| b=#down-arrow-key
 +
| c=#right-arrow-key
 +
| d=#left-arrow-key
 +
| p=#pf1-key
 +
| q=#pf2-key
 +
| r=#pf3-key
 +
| s=#pf4-key
 +
| openbracket=/OpenBracket
 +
| question=#keypad-report
 +
| slash=#identify-report
 +
}}
 +
|-
 +
| valign="top" |
 +
{| class="wikitable"
 +
|+ ESC Sequences
 +
{{CodeDescriptionHeader}}
 +
{{CodeDescriptionRow|1|one|Graphics Processor On}}
 +
{{CodeDescriptionRow|2|two|Graphics Processor Off}}
 +
{{CodeDescriptionRow|<|less|Enter VT100 (ANSI) Mode}}
 +
{{CodeDescriptionRow|<nowiki>=</nowiki>|equal|Enter Alternate Keypad Mode}}
 +
{{CodeDescriptionRow|&gt;|greater|Exit Alternate Keypad Mode}}
 +
{{CodeDescriptionRow|A|a|Cursor Up}}
 +
{{CodeDescriptionRow|B|b|Cursor Down}}
 +
{{CodeDescriptionRow|C|c|Cursor Right}}
 +
{{CodeDescriptionRow|D|d|Cursor Left}}
 +
{{CodeDescriptionRow|F|f|Enter Graphics Mode}}
 +
{{CodeDescriptionRow|G|g|Exit Graphics Mode}}
 +
{{CodeDescriptionRow|H|h|Cursor Home}}
 +
{{CodeDescriptionRow|I|i|Reverse Line Feed}}
 +
{{CodeDescriptionRow|J|j|Erase to End of Screen}}
 +
{{CodeDescriptionRow|K|k|Erase to End of Line}}
 +
{{CodeDescriptionRow|Y|y|Direct Cursor Address|''line'' ''column''}}
 +
{{CodeDescriptionRow|Z|z|Identify}}
 +
|}
 +
|
 +
| valign="top" |
 +
{| class="wikitable"
 +
|+ ESC Sequences
 +
{{CodeDescriptionHeader}}
 +
{{CodeDescriptionRow|A|up-arrow-key|Up Arrow Key}}
 +
{{CodeDescriptionRow|B|down-arrow-key|Down Arrow Key}}
 +
{{CodeDescriptionRow|C|right-arrow-key|Right Arrow Key}}
 +
{{CodeDescriptionRow|D|left-arrow-key|Left Arrow Key}}
 +
{{CodeDescriptionRow|P|pf1-key|PF1 Key}}
 +
{{CodeDescriptionRow|Q|pf2-key|PF2 Key}}
 +
{{CodeDescriptionRow|R|pf3-key|PF3 Key}}
 +
{{CodeDescriptionRow|S|pf4-key|PF4 Key}}
 +
{{CodeDescriptionRow|/|identify-report|Identify Report|<code>Z</code>}}
 +
{{CodeDescriptionRow|?|keypad-response|Alternate Keypad Mode Keys|[[#keypad-parameter|''key'']]}}
 +
|}
  
== Control Sequences ==
+
{| id="keypad-parameter" class="wikitable"
 
+
|+ Alternate Keypad Mode Keys
{| border="1" class="wikitable sortable"
+
{{ValueDescriptionHeader}}
! style="padding: 1ex;" | Prefix
+
{{ValueDescriptionRow|N|ENTER (CR)}}
! style="padding: 1ex;" | Description
+
{{ValueDescriptionRow|n|Period (.)}}
! style="padding: 1ex;" | Parameters
+
{{ValueDescriptionRow|p|Zero (0)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Enter VT100 (ANSI) Mode||less|&lt;}}
+
{{ValueDescriptionRow|q|One (1)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Enter Alternate Keypad Mode||equal|<nowiki>=</nowiki>}}
+
{{ValueDescriptionRow|r|Two (2)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Exit Alternate Keypad Mode||greater|&gt;}}
+
{{ValueDescriptionRow|s|Three (3)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Up||a|A}}
+
{{ValueDescriptionRow|t|Four (4)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Down||b|B}}
+
{{ValueDescriptionRow|u|Five (5)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Right||c|C}}
+
{{ValueDescriptionRow|v|Six (6)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Left||d|D}}
+
{{ValueDescriptionRow|w|Seven (7)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Enter Graphics Mode||f|F}}
+
{{ValueDescriptionRow|x|Eight (8)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Exit Graphics Mode||g|G}}
+
{{ValueDescriptionRow|y|Nine (9)}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Home||h|H}}
+
|}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Reverse Line Feed||i|I}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Erase to End of Screen||j|J}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Erase to End of Line||k|K}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Direct Cursor Address|''line'' ''column''|y|Y}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Identify||z|Z}}
 
 
|}
 
|}

Latest revision as of 05:48, 15 February 2013

Subpages of ESC

Received
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
Transmitted
0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
ESC Sequences
Prefix Description Parameters
1 Graphics Processor On none
2 Graphics Processor Off none
< Enter VT100 (ANSI) Mode none
= Enter Alternate Keypad Mode none
> Exit Alternate Keypad Mode none
A Cursor Up none
B Cursor Down none
C Cursor Right none
D Cursor Left none
F Enter Graphics Mode none
G Exit Graphics Mode none
H Cursor Home none
I Reverse Line Feed none
J Erase to End of Screen none
K Erase to End of Line none
Y Direct Cursor Address line column
Z Identify none
ESC Sequences
Prefix Description Parameters
A Up Arrow Key none
B Down Arrow Key none
C Right Arrow Key none
D Left Arrow Key none
P PF1 Key none
Q PF2 Key none
R PF3 Key none
S PF4 Key none
/ Identify Report Z
? Alternate Keypad Mode Keys key
Alternate Keypad Mode Keys
Value Description
N ENTER (CR)
n Period (.)
p Zero (0)
q One (1)
r Two (2)
s Three (3)
t Four (4)
u Five (5)
v Six (6)
w Seven (7)
x Eight (8)
y Nine (9)