CodeChart:AT&T 630 MTG/ESC/OpenBracket

From Terminals
< CodeChart:AT&T 630 MTG‎ | ESC
Revision as of 01:09, 18 February 2013 by Legalize (talk | contribs) (dsr params)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 Description Parameters
@ Insert character Pn
A Cursor up Pn
B Cursor down Pn
C Cursor forward Pn
D Cursor backward Pn
F Request if encoding is set none
H Cursor position line ; col
J Clear screen Ps
K Clear line Ps
L Insert lines Pn
M Delete lines Pn
P Delete characters Pn
S Scroll up Pn
T Scroll down Pn
Z Back tab Pn
c Request terminal type none
f Cursor position line ; col
h Insert mode on 4
i Media copy Ps
l Insert mode off 4
m Set character attributes Ps
n Request cursor information Ps
q Program PF key key ; len text
r Affect reshapability Ps
s Reshape window ? lines ; cols
u Inquire terminal font ?0 ; len font
u Set terminal font ?1 ; len font
v Program label area ? len ; pos text
x Program menu ? len1 ; len2 item text
| Program enter key 25 ; len text
Note: This sequence supplies a text parameter after the final character of the control sequence. The len arguments define the length of the text parameter.
ESC [ J Parameters
Value Description
0 Clear from cursor to end of buffer
2 Clear entire screen and buffer
ESC [ K Parameters
Value Description
0 Clear from cursor to end of line
1 Clear from start of line to cursor
2 Clear entire line
ESC [ i Parameters
Value Description
?4 Printer off
?5 Printer on
?5;1 Printer on and request status
?5;2 Media copy on and request status
4 Media copy off
5 Media copy on
ESC [ m Parameters
Value Description
0 Normal
2 Highlight
4 Underline
5 Highlight
7 Highlight
ESC [ n Parameters
Value Description
?10 Request window size
6 Request cursor position
ESC [ r Parameters
Value Description
?0 Make the window non-reshapable
?1 Make the window reshapable
?2 Inquire if the window is reshapable
ESC [ Sequences
Prefix Description Parameters
F Encoding report Ps
R Window size report ? rows ; cols
R Cursor information report row ; col
i Media copy report Ps
r Reshapability report Ps
ESC [ F Parameters
Value Description
0 Encoding is not set
1 Encoding is set
ESC [ i Parameters
Value Description
?0 Printer not granted
?1 Printer granted
ESC [ r Parameters
Value Description
?0 Window is non-reshapable
?1 Window is reshapable