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

From Terminals
Jump to: navigation, search
(create page)
 
 
(7 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
 
| a=#CUU
 
| a=#CUU
 
| b=#CUD
 
| b=#CUD
Line 9: Line 12:
 
| j=#ED
 
| j=#ED
 
| k=#EL
 
| k=#EL
| r=#CPR
 
 
 
| lowerc=#DA
 
| lowerc=#DA
 
| lowerf=#HVP
 
| lowerf=#HVP
Line 23: Line 24:
 
| lowery=#DECTST
 
| lowery=#DECTST
 
}}
 
}}
 
+
| style="width; 2ex;" |
== ESC [ Sequences ==
+
| valign="top" |
 
+
{{CodeChart
{| border="1" class="wikitable sortable"
+
| title=Transmitted
! style="padding: 1ex;" | Prefix
+
| a=#cursor-up-key
! style="padding: 1ex;" | Acronym
+
| b=#cursor-down-key
! style="padding: 1ex;" | Description
+
| c=#cursor-right-key
! style="padding: 1ex;" | Parameters
+
| d=#cursor-left-key
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Up|''count''<nowiki>=</nowiki>1|CUU|A|CUU}}
+
| r=#CPR
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Down|''count''<nowiki>=</nowiki>1|CUD|B|CUD}}
+
| lowerc=#DA-response
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Forward|''count''<nowiki>=</nowiki>1|CUF|C|CUF}}
+
| lowern=#DSR-response
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Backward|''count''<nowiki>=</nowiki>1|CUB|D|CUB}}
+
| lowerx=#DECREPTPARM
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Position|''line'' <code>;</code> ''column''|CUP|H|CUP}}
+
}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Erase in Display|''Ps''|ED|J|ED}}
+
|-
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Erase in Line|''Ps''|EL|K|EL}}
+
| valign="top" |
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Device Attributes|''Pn''<nowiki>=</nowiki>0|DA|c|DA}}
+
{| class="wikitable sortable"
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Horizontal and Vertical Position|''line'' <code>;</code> ''column''|HVP|f|HVP}}
+
|+ ESC [ Sequences
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Tabulation Clear|''Ps''|TBC|g|TBC}}
+
{{CodeDescriptionHeaderA}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Set Mode|''Ps'' <code>;</code> ''...'' <code>;</code> ''Ps''|SM|h|SM}}
+
{{CodeDescriptionRowA|A|CUU|CUU|Cursor Up|''Pn''<nowiki>=</nowiki>1}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Reset Mode|''Ps'' <code>;</code> ''...'' <code>;</code> ''Ps''|RM|l|RM}}
+
{{CodeDescriptionRowA|B|CUD|CUD|Cursor Down|''Pn''<nowiki>=</nowiki>1}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Select Graphic Rendition|''Ps'' <code>;</code> ''...'' <code>;</code> ''Ps''|SGR|m|SGR}}
+
{{CodeDescriptionRowA|C|CUF|CUF|Cursor Forward|''Pn''<nowiki>=</nowiki>1}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Device Status Report|''Ps''|DSR|n|DSR}}
+
{{CodeDescriptionRowA|D|CUB|CUB|Cursor Backward|''Pn''<nowiki>=</nowiki>1}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Load LEDs|''Ps''|DECLL|q|DECLL}}
+
{{CodeDescriptionRowA|H|CUP|CUP|Cursor Position|''line''<nowiki>=</nowiki>1 <code>;</code> ''column''<nowiki>=</nowiki>1}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Set Top and Bottom Margins|''top'' <code>;</code> ''bottom''|DECSTBM|r|DECSTBM}}
+
{{CodeDescriptionRowA|J|ED|ED|Erase in Display|''Ps''}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Request Terminal Parameters|''sol''|DECREQTPARM|x|DECREQTPARM}}
+
{{CodeDescriptionRowA|K|EL|EL|Erase in Line|''Ps''}}
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Invoke Confidence Test|<code>2</code> <code>;</code> ''Ps''|DECTST|y|DECTST}}
+
{{CodeDescriptionRowA|c|DA|DA|Device Attributes|''Pn''<nowiki>=</nowiki>0}}
 +
{{CodeDescriptionRowA|f|HVP|HVP|Horizontal and Vertical Position|''line''<nowiki>=</nowiki>1 <code>;</code> ''column''<nowiki>=</nowiki>1}}
 +
{{CodeDescriptionRowA|g|TBC|TBC|Tabulation Clear|''Ps''}}
 +
{{CodeDescriptionRowA|h|SM|SM|Set Mode|''Ps'' <code>;</code> ...}}
 +
{{CodeDescriptionRowA|l|RM|RM|Reset Mode|''Ps'' <code>;</code> ...}}
 +
{{CodeDescriptionRowA|m|SGR|SGR|Select Graphic Rendition|''Ps'' <code>;</code> ...}}
 +
{{CodeDescriptionRowA|n|DSR|DSR|Device Status Report|''Ps''}}
 +
{{CodeDescriptionRowA|q|DECLL|DECLL|Load LEDs|''Ps''}}
 +
{{CodeDescriptionRowA|r|DECSTBM|DECSTBM|Set Top and Bottom Margins|''top'' <code>;</code> ''bottom''}}
 +
{{CodeDescriptionRowA|x|DECREQTPARM|DECREQTPARM|Request Terminal Parameters|''sol''}}
 +
{{CodeDescriptionRowA|y|DECTST|DECTST|Invoke Confidence Test|<code>2</code> <code>;</code> ''Ps''}}
 +
|}
 +
|
 +
| valign="top" |
 +
{| class="wikitable sortable"
 +
|+ ESC [ Sequences
 +
{{CodeDescriptionHeaderA}}
 +
{{CodeDescriptionRowA|A|cursor-up-key|CUU|Cursor Up Key}}
 +
{{CodeDescriptionRowA|B|cursor-down-key|CUD|Cursor Down Key}}
 +
{{CodeDescriptionRowA|C|cursor-right-key|CUF|Cursor Right Key}}
 +
{{CodeDescriptionRowA|D|cursor-left-key|CUB|Cursor Left Key}}
 +
{{CodeDescriptionRowA|R|CPR|CPR|Cursor Position Report|''line'' <code>;</code> ''column''}}
 +
{{CodeDescriptionRowA|c|DA-response|DA|Device Attributes Report|<code>?1</code> <code>;</code> ''Pn''}}
 +
{{CodeDescriptionRowA|n|DSR-response|DSR|Device Status Report|''Ps''}}
 +
{{CodeDescriptionRowA|x|DECREPTPARM|DECREPTPARM|Report Terminal Parameters|''sol'' <code>;</code> ''par'' <code>;</code> ''nbits'' <code>;</code> ''xspeed'' <code>;</code> ''rspeed'' <code>;</code> ''clkmul'' <code>;</code> ''flags''}}
 +
|}
 
|}
 
|}

Latest revision as of 05:48, 15 February 2013

Subpages of OpenBracket

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
A CUU Cursor Up Pn=1
B CUD Cursor Down Pn=1
C CUF Cursor Forward Pn=1
D CUB Cursor Backward Pn=1
H CUP Cursor Position line=1 ; column=1
J ED Erase in Display Ps
K EL Erase in Line Ps
c DA Device Attributes Pn=0
f HVP Horizontal and Vertical Position line=1 ; column=1
g TBC Tabulation Clear Ps
h SM Set Mode Ps ; ...
l RM Reset Mode Ps ; ...
m SGR Select Graphic Rendition Ps ; ...
n DSR Device Status Report Ps
q DECLL Load LEDs Ps
r DECSTBM Set Top and Bottom Margins top ; bottom
x DECREQTPARM Request Terminal Parameters sol
y DECTST Invoke Confidence Test 2 ; Ps
ESC [ Sequences
Prefix Acronym Description Parameters
A CUU Cursor Up Key none
B CUD Cursor Down Key none
C CUF Cursor Right Key none
D CUB Cursor Left Key none
R CPR Cursor Position Report line ; column
c DA Device Attributes Report ?1 ; Pn
n DSR Device Status Report Ps
x DECREPTPARM Report Terminal Parameters sol ; par ; nbits ; xspeed ; rspeed ; clkmul ; flags