Difference between revisions of "CodeChart:Beehive B100/ESC"

From Terminals
Jump to: navigation, search
m (color links)
m (use codechart)
Line 1: Line 1:
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
 
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
  
{| border="1" style="text-align: center;"
+
{{User:Legalize/Control Sequences/CodeChart
! style="width: 3em;" | !! style="width: 3em;" | 0 !! style="width: 3em;" | 1
+
| zero=aux-send
! style="width: 3em;" | 2 !! style="width: 3em;" | 3 !! style="width: 3em;" | 4
+
| p=delete-char
! style="width: 3em;" | 5 !! style="width: 3em;" | 6 !! style="width: 3em;" | 7
+
| a=cursor-up
|-
+
| b=cursor-down
! 0
+
| c=cursor-right
| NUL || DLE || SP || style="background-color: khaki;" | [[#aux-send|'''0''']] || @ || style="background-color: khaki;" | [[#delete-char|'''P''']] || ` || p
+
| d=cursor-left
|-
+
| e=clear-screen
! 1
+
| f=cursor-address
| SOH || DC1 || !  || 1 || style="background-color: khaki;" | [[#cursor-up|'''A''']] || style="background-color: khaki;" | [[#insert-on|'''Q''']] || a || q
+
| h=home
|-
+
| i=page-send
! 2
+
| j=eos
| STX || DC2 || "  || 2 || style="background-color: khaki;" | [[#cursor-down|'''B''']] || style="background-color: khaki;" | [[#insert-off|'''R''']] || style="background-color: khaki;" | [[#keyboard-enable|'''b''']] || r
+
| k=eol
|-
+
| q=insert-on
! 3
+
| r=insert-off
| ETX || DC3 || #  || 3 || style="background-color: khaki;" | [[#cursor-right|'''C''']] || S || style="background-color: khaki;" | [[#keyboard-disable|'''c''']] || s
+
| w=format-on
|-
+
| x=format-off
! 4
+
| lb=keyboard-enable
| EOT || DC4 || $  || 4 || style="background-color: khaki;" | [[#cursor-left|'''D''']] || T || d || t
+
| lc=keyboard-disable
|-
+
| li=line-send
! 5
+
| ll=start-blink
| ENQ || NAQ || %  || 5 || style="background-color: khaki;" | [[#clear-screen|'''E''']] || U || e || u
+
| lm=end-blink
|-
+
| opensquare=start-unprotected
! 6
+
| closesquare=end-unprotected
| ACK || SYN || &  || 6 || style="background-color: khaki;" | [[#cursor-address|'''F''']] || V || f || v
 
|-
 
! 7
 
| BEL || ETB || '  || 7 || G || style="background-color: khaki;" | [[#format-on|'''W''']] || g || w
 
|-
 
! 8
 
| BS  || CAN || (  || 8 || style="background-color: khaki;" | [[#home|'''H''']] || style="background-color: khaki;" | [[#format-off|'''X''']] || h || x
 
|-
 
! 9
 
| HT  || EM  || )  || 9 || style="background-color: khaki;" | [[#page-send|'''I''']] || Y || style="background-color: khaki;" | [[#line-send|'''i''']] || y
 
|-
 
! 10
 
| LF  || SUB || *  || : || style="background-color: khaki;" | [[#eos|'''J''']] || Z || j || z
 
|-
 
! 11
 
| VT || ESC || + || ; || style="background-color: khaki;" | [[#eol|'''K''']] || style="background-color: khaki;" | [[#start-unprotected|'''[''']] || k || {
 
|-
 
! 12
 
| FF || IS4 || , || < || L || \ || style="background-color: khaki;" | [[#start-blink|'''l''']] || <nowiki>|</nowiki>
 
|-
 
! 13
 
| CR || IS3 || - || = || M || style="background-color: khaki;" | [[#end-unprotected|''']''']] || style="background-color: khaki;" | [[#end-blink|'''m''']] || }
 
|-
 
! 14
 
| SO || IS2 || . || > || N || ^ || n || ~
 
|-
 
! 15
 
| SI || IS1 || / || ? || O || _ || o || DEL
 
 
|}
 
|}
  

Revision as of 08:07, 13 January 2013

Subpages of ESC

{{User:Legalize/Control Sequences/CodeChart | zero=aux-send | p=delete-char | a=cursor-up | b=cursor-down | c=cursor-right | d=cursor-left | e=clear-screen | f=cursor-address | h=home | i=page-send | j=eos | k=eol | q=insert-on | r=insert-off | w=format-on | x=format-off | lb=keyboard-enable | lc=keyboard-disable | li=line-send | ll=start-blink | lm=end-blink | opensquare=start-unprotected | closesquare=end-unprotected |}


ESC Sequences

Prefix Name Parameters
0 Auxiliary Page Send none
A Cursor Up none
B Cursor Down none
C Cursor Right none
D Cursor Left none
E Clear Screen none
F Cursor Position Absolute row column
H Cursor Home none
I Page Send none
J Clear to End of Screen none
K Clear to End of Line none
P Delete Character none
Q Insert Mode On none
R Insert Mode Off none
W Format Mode On none
X Format Mode Off none
[ Start Unprotected Field none
] End Unprotected Field none
b Keyboard Enable none
c Keyboard Disable none
i Line Send none
l Start Blink none
m End Blink none