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

From Terminals
Jump to: navigation, search
m (add subpage)
m (switch to row)
Line 27: Line 27:
 
== ESC Sequences ==
 
== ESC Sequences ==
  
{| style="text-align: center;" border="1"
+
{| border="1" class="wikitable sortable"
 
! style="padding: 1ex;" | Prefix
 
! style="padding: 1ex;" | Prefix
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Description
 
! style="padding: 1ex;" | Parameters
 
! style="padding: 1ex;" | Parameters
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Enter Alternate Keypad Mode||enter-alternate-keypad-mode|<nowiki>=</nowiki>}}
! style="padding: 1ex;" | <span id="#enter-alternate-keypad-mode">=</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Exit Alternate Keypad Mode||exit-alternate-keypad-mode|&gt;}}
| style="padding: 1ex; text-align: left;" | Enter Alternate Keypad Mode
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Up||cursor-up|A}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Down||cursor-down|B}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Right||cursor-right|C}}
! style="padding: 1ex;" | <span id="exit-alternate-keypad-mode">&gt;</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Left||cursor-left|D}}
| style="padding: 1ex; text-align: left;" | Exit Alternate Keypad Mode
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Enter Graphics Mode||enter-graphics-mode|F}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Exit Graphics Mode||exit-graphics-mode|G}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Home||cursor-home|H}}
! style="padding: 1ex;" | <span id="cursor-up">A</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Reverse Line Feed||reverse-line-feed|I}}
| style="padding: 1ex; text-align: left;" | Cursor Up
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Erase to End-of-Screen||eraser-to-end-of-screen|J}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Erase to End-of-Line||erase-to-end-of-line|K}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Left Blank Key||left-blank|P}}
! style="padding: 1ex;" | <span id="cursor-down">B</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Center Blank Key||center-blank|Q}}
| style="padding: 1ex; text-align: left;" | Cursor Down
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Right Blank Key||right-blank|R}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Direct Cursor Addressing|''line'' ''column''|direct-cursor-addressing|Y}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Identify Terminal Type||identify-terminal-type|Z}}
! style="padding: 1ex;" | <span id="cursor-right">C</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Enter Hold Screen Mode||enter-hold-screen-mode|[}}
| style="padding: 1ex; text-align: left;" | Cursor Right
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Exit Hold Screen Mode||exit-hold-screen-mode|\}}
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="cursor-left">D</span>
 
| style="padding: 1ex; text-align: left;" | Cursor Left
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="enter-graphics-mode">F</span>
 
| style="padding: 1ex; text-align: left;" | Enter Graphics Mode
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="exit-graphics-mode">G</span>
 
| style="padding: 1ex; text-align: left;" | Exit Graphics Mode
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="cursor-home">H</span>
 
| style="padding: 1ex; text-align: left;" | Cursor Home
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="reverse-line-feed">I</span>
 
| style="padding: 1ex; text-align: left;" | Reverse Line Feed
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span="eraser-to-end-of-screen">J</span>
 
| style="padding: 1ex; text-align: left;" | Erase to End-of-Screen
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="erase-to-end-of-line">K</span>
 
| style="padding: 1ex; text-align: left;" | Erase to End-of-Line
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="left-blank">P</span>
 
| style="padding: 1ex; text-align: left;" | Left Blank Key
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="center-blank">Q</span>
 
| style="padding: 1ex; text-align: left;" | Center Blank Key
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="right-blank">R</span>
 
| style="padding: 1ex; text-align: left;" | Right Blank Key
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="direct-cursor-addressing">Y</span>
 
| style="padding: 1ex; text-align: left;" | Direct Cursor Addressing
 
| ''line'' ''column''
 
|-
 
! style="padding: 1ex;" | <span id="identify-terminal-type">Z</span>
 
| style="padding: 1ex; text-align: left;" | Identify Terminal Type
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="enter-hold-screen-mode">[</span>
 
| style="padding: 1ex; text-align: left;" | Enter Hold Screen Mode
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="exit-hold-screen-mode">\</span>
 
| style="padding: 1ex; text-align: left;" | Exit Hold Screen Mode
 
| ''none''
 
 
|}
 
|}

Revision as of 10:40, 21 January 2013

Subpages of ESC


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

User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row