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

From Terminals
Jump to: navigation, search
m (SCS G1)
m (HTS)
 
(9 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
| pound={{FULLPAGENAME}}/Pound
+
| title=Received
| openparen={{FULLPAGENAME}}/OpenParen
+
| pound=/Pound
| closeparen={{FULLPAGENAME}}/CloseParen
+
| openparen=#g0-codeset
 
+
| closeparen=#g1-codeset
 +
| one=#DECGON
 +
| two=#DECGOFF
 
| seven=#DECSC
 
| seven=#DECSC
 
| eight=#DECRC
 
| eight=#DECRC
 
| equal=#DECKPAM
 
| equal=#DECKPAM
 
| greater=#DECKPNM
 
| greater=#DECKPNM
 
 
| d=#IND
 
| d=#IND
 
| e=#NEL
 
| e=#NEL
 
| h=#HTS
 
| h=#HTS
 
| m=#RI
 
| m=#RI
 
 
| z=#DECID
 
| z=#DECID
 
| openbracket={{FULLPAGENAME}}/OpenBracket
 
| openbracket={{FULLPAGENAME}}/OpenBracket
 
 
| lowerc=#RIS
 
| lowerc=#RIS
 
}}
 
}}
 +
| style="width: 2ex;" |
 +
| valign="top" |
 +
{{CodeChart
 +
| title=Transmitted
 +
| o=/O
 +
| openbracket=/OpenBracket
 +
}}
 +
|-
 +
| valign="top" |
 +
{| class="wikitable sortable"
 +
|+ ESC Sequences
 +
{{CodeDescriptionHeaderA}}
 +
{{CodeDescriptionRowA|(|g0-codeset|SCS|Select G0 Character Set|[[#scs-parameters|''codeset'']]}}
 +
{{CodeDescriptionRowA|)|g1-codeset|SCS|Select G1 Character Set|[[#scs-parameters|''codeset'']]}}
 +
{{CodeDescriptionRowA|1|DECGON|DECGON|Graphics Processor On}}
 +
{{CodeDescriptionRowA|2|DECGOFF|DECGOFF|Graphics Processor Off}}
 +
{{CodeDescriptionRowA|7|DECSC|DECSC|Save Cursor}}
 +
{{CodeDescriptionRowA|8|DECRC|DECRC|Restore Cursor}}
 +
{{CodeDescriptionRowA|<nowiki>=</nowiki>|DECKPAM|DECKPAM|Keypad Application Mode}}
 +
{{CodeDescriptionRowA|&gt;|DECKPNM|DECKPNM|Keypad Numeric Mode}}
 +
{{CodeDescriptionRowA|D|IND|IND|Index}}
 +
{{CodeDescriptionRowA|E|NEL|NEL|Next Line}}
 +
{{CodeDescriptionRowA|H|HTS|HTS|Horizontal Tab Set}}
 +
{{CodeDescriptionRowA|M|RI|RI|Reverse Index}}
 +
{{CodeDescriptionRowA|Z|DECID|DECID|Identify Terminal}}
 +
{{CodeDescriptionRowA|c|RIS|RIS|Reset to Initial State}}
 +
|}
  
== ESC Sequences ==
+
{| id="scs-parameters" class="wikitable"
 
+
|+ SCS Parameters
{| border="1" class="wikitable sortable"
+
{{ValueDescriptionHeader}}
! style="padding: 1ex;" | Prefix
+
{{ValueDescriptionRow|A|United Kingdom Character Set}}
! style="padding: 1ex;" | Acronym
+
{{ValueDescriptionRow|B|ASCII Character Set}}
! style="padding: 1ex;" | Description
+
{{ValueDescriptionRow|0|Special Graphics Character Set}}
! style="padding: 1ex;" | Parameters
+
{{ValueDescriptionRow|1|Alternate Character ROM Standard Character Set}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Save Cursor||DECSC|7|DECSC}}
+
{{ValueDescriptionRow|2|Alternate Character ROM Special Graphics Character Set}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Restore Cursor||DECRC|8|DECRC}}
+
|}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Keypad Application Mode||DECKPAM|<nowiki>=</nowiki>|DECKPAM}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Keypad Numeric Mode||DECKPNM|&gt;|DECKPNM}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Identify Terminal||DECID|Z|DECID}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Index||IND|D|IND}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Next Line||NEL|E|NEL}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Horizontal Tab Set||HTS|I|HTS}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Reverse Index||RI|M|RI}}
 
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Reset to Initial State||RIS|c|RIS}}
 
 
|}
 
|}

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