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

From Terminals
Jump to: navigation, search
m (formatting)
m (HTS)
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
| title=Received
 
| title=Received
 
| pound=/Pound
 
| pound=/Pound
| openparen=/OpenParen
+
| openparen=#g0-codeset
| closeparen=/CloseParen
+
| closeparen=#g1-codeset
 
| one=#DECGON
 
| one=#DECGON
 
| two=#DECGOFF
 
| two=#DECGOFF
Line 33: Line 33:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|+ ESC Sequences
 
|+ ESC Sequences
! style="padding: 1ex;" | Prefix
+
{{CodeDescriptionHeaderA}}
! style="padding: 1ex;" | Acronym
+
{{CodeDescriptionRowA|(|g0-codeset|SCS|Select G0 Character Set|[[#scs-parameters|''codeset'']]}}
! class="unsortable" style="padding: 1ex;" | Description
+
{{CodeDescriptionRowA|)|g1-codeset|SCS|Select G1 Character Set|[[#scs-parameters|''codeset'']]}}
! class="unsortable" style="padding: 1ex;" | Parameters
+
{{CodeDescriptionRowA|1|DECGON|DECGON|Graphics Processor On}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Processor On||DECGON|1|DECGON}}
+
{{CodeDescriptionRowA|2|DECGOFF|DECGOFF|Graphics Processor Off}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Graphics Processor Off||DECGOFF|2|DECGOFF}}
+
{{CodeDescriptionRowA|7|DECSC|DECSC|Save Cursor}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Save Cursor||DECSC|7|DECSC}}
+
{{CodeDescriptionRowA|8|DECRC|DECRC|Restore Cursor}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Restore Cursor||DECRC|8|DECRC}}
+
{{CodeDescriptionRowA|<nowiki>=</nowiki>|DECKPAM|DECKPAM|Keypad Application Mode}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Keypad Application Mode||DECKPAM|<nowiki>=</nowiki>|DECKPAM}}
+
{{CodeDescriptionRowA|&gt;|DECKPNM|DECKPNM|Keypad Numeric Mode}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Keypad Numeric Mode||DECKPNM|&gt;|DECKPNM}}
+
{{CodeDescriptionRowA|D|IND|IND|Index}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Identify Terminal||DECID|Z|DECID}}
+
{{CodeDescriptionRowA|E|NEL|NEL|Next Line}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Index||IND|D|IND}}
+
{{CodeDescriptionRowA|H|HTS|HTS|Horizontal Tab Set}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Next Line||NEL|E|NEL}}
+
{{CodeDescriptionRowA|M|RI|RI|Reverse Index}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Horizontal Tab Set||HTS|I|HTS}}
+
{{CodeDescriptionRowA|Z|DECID|DECID|Identify Terminal}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Reverse Index||RI|M|RI}}
+
{{CodeDescriptionRowA|c|RIS|RIS|Reset to Initial State}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Reset to Initial State||RIS|c|RIS}}
+
|}
 +
 
 +
{| id="scs-parameters" class="wikitable"
 +
|+ SCS Parameters
 +
{{ValueDescriptionHeader}}
 +
{{ValueDescriptionRow|A|United Kingdom Character Set}}
 +
{{ValueDescriptionRow|B|ASCII Character Set}}
 +
{{ValueDescriptionRow|0|Special Graphics Character Set}}
 +
{{ValueDescriptionRow|1|Alternate Character ROM Standard Character Set}}
 +
{{ValueDescriptionRow|2|Alternate Character ROM Special Graphics Character Set}}
 
|}
 
|}
 
|}
 
|}

Latest revision as of 05:28, 25 January 2017

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 Acronym Description Parameters
( SCS Select G0 Character Set codeset
) SCS Select G1 Character Set codeset
1 DECGON Graphics Processor On none
2 DECGOFF Graphics Processor Off none
7 DECSC Save Cursor none
8 DECRC Restore Cursor none
= DECKPAM Keypad Application Mode none
> DECKPNM Keypad Numeric Mode none
D IND Index none
E NEL Next Line none
H HTS Horizontal Tab Set none
M RI Reverse Index none
Z DECID Identify Terminal none
c RIS Reset to Initial State none
SCS Parameters
Value Description
A United Kingdom Character Set
B ASCII Character Set
0 Special Graphics Character Set
1 Alternate Character ROM Standard Character Set
2 Alternate Character ROM Special Graphics Character Set