Difference between revisions of "CodeChart:ANSI/ESC"

From Terminals
Jump to: navigation, search
m (MW,NBH,NEL,OSC,PLD,PLU,PM,PU1,PU2,RI,RIS,SCI,SOS,SPA,SSA)
m (SS2,SS3,ST,STS,VTS)
Line 12: Line 12:
 
|-
 
|-
 
! 3
 
! 3
| ETX || DC3 || #  || 3 || [[#NBH|'''C''']] || S || [[#RIS|'''c''']] || s
+
| ETX || DC3 || #  || 3 || [[#NBH|'''C''']] || [[#STS|'''S''']] || [[#RIS|'''c''']] || s
 
|-
 
|-
 
! 4
 
! 4
Line 33: Line 33:
 
|-
 
|-
 
! 10
 
! 10
| LF  || SUB || *  || : || J || [[#SCI|'''Z''']] || j || z
+
| LF  || SUB || *  || : || [[#VTS|'''J''']] || [[#SCI|'''Z''']] || j || z
 
|-
 
|-
 
! 11
 
! 11
Line 39: Line 39:
 
|-
 
|-
 
! 12
 
! 12
| FF || IS4 || , || < || [[#PLU|'''L''']] || \ || [[#LS3R|'''l''']] || <nowiki>|</nowiki>
+
| FF || IS4 || , || < || [[#PLU|'''L''']] || [[#ST|'''\''']] || [[#LS3R|'''l''']] || <nowiki>|</nowiki>
 
|-
 
|-
 
! 13
 
! 13
Line 45: Line 45:
 
|-
 
|-
 
! 14
 
! 14
| SO || IS2 || . || > || N || [[#PM|'''^''']] || [[#LS2|'''n''']] || [[#LS1R|'''~''']]
+
| SO || IS2 || . || > || [[#SS2|'''N''']] || [[#PM|'''^''']] || [[#LS2|'''n''']] || [[#LS1R|'''~''']]
 
|-
 
|-
 
! 15
 
! 15
| SI || IS1 || / || ? || O || [[#APC|'''_''']] || [[#LS3|'''o''']] || DEL
+
| SI || IS1 || / || ? || [[#SS3|'''O''']] || [[#APC|'''_''']] || [[#LS3|'''o''']] || DEL
 
|}
 
|}
  
Line 204: Line 204:
 
| style="padding: 1ex;" | <span id="SSA">SSA</span>
 
| style="padding: 1ex;" | <span id="SSA">SSA</span>
 
| style="padding: 1ex;" | Start of Selected Area
 
| style="padding: 1ex;" | Start of Selected Area
 +
| ''none''
 +
|-
 +
! style="padding: 1ex;" | N
 +
| style="padding: 1ex;" | <span id="SS2">SS2</span>
 +
| style="padding: 1ex;" | Single-Shift Two
 +
| ''none''
 +
|-
 +
! style="padding: 1ex;" | O
 +
| style="padding: 1ex;" | <span id="SS3">SS3</span>
 +
| style="padding: 1ex;" | Single-Shift Three
 +
| ''none''
 +
|-
 +
! style="padding: 1ex;" | \
 +
| style="padding: 1ex;" | <span id="ST">ST</span>
 +
| style="padding: 1ex;" | String Terminator
 +
| ''none''
 +
|-
 +
! style="padding: 1ex;" | S
 +
| style="padding: 1ex;" | <span id="STS">STS</span>
 +
| style="padding: 1ex;" | Set Transmit State
 +
| ''none''
 +
|-
 +
! style="padding: 1ex;" | VTS
 +
| style="padding: 1ex;" | <span id="VTS">VTS</span>
 +
| style="padding: 1ex;" | Vertical Tab Set
 
| ''none''
 
| ''none''
 
|}
 
|}

Revision as of 23:36, 5 May 2012

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 Name Parameters
_ APC Application Program Command none
B BPH Break Permitted Here none
P DCS Device Control String none
` DMI Disable Manual Input none
b EMI Enable Manual Input none
W EPA End of Protected Area none
G ESA End of Selected Area none
I HTJ Horizontal Tab with Justification none
H HTS Horizontal Tab Set none
a INT Interrupt none
~ LS1R Locking-Shift One Right none
n LS2 Locking-Shift Two none
} LS2R Locking-Shift Two Right none
o LS3 Locking-Shift Three none
l LS3R Locking-Shift Three Right none
U MW Message Waiting none
C NBH No Break Here none
E NEL Next Line none
[ OSC Operating System Command none
K PLD Partial Line Down none
L PLU Partial Line Up none
^ PM Privacy Message none
Q PU1 Private Use One none
R PU2 Private Use Two none
M RI Reverse Line Feed none
c RIS Reset to Initial State none
Z SCI Single Character Introducer none
X SOS Start Of String none
V SPA Start of Protected Area none
F SSA Start of Selected Area none
N SS2 Single-Shift Two none
O SS3 Single-Shift Three none
\ ST String Terminator none
S STS Set Transmit State none
VTS VTS Vertical Tab Set none