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

From Terminals
Jump to: navigation, search
m
Line 8: Line 8:
 
| e=#clear-screen
 
| e=#clear-screen
 
| f=#cursor-address
 
| f=#cursor-address
| h=#home
+
| h=#cursor-home
 
| i=#page-send
 
| i=#page-send
 
| j=#eos
 
| j=#eos
Line 31: Line 31:
 
== ESC Sequences ==
 
== ESC Sequences ==
  
{| style="text-align: center;" border="1"
+
{| border="1" class="wikitable sortable"
! style="padding: 1ex;" | Prefix !! style="padding: 1ex;" | Name !! style="padding: 1ex;" | Parameters
+
! style="padding: 1ex;" | Prefix
|-
+
! style="padding: 1ex;" | Name
! style="padding: 1ex;" | <span id="aux-send">0</span>
+
! style="padding: 1ex;" | Parameters
| style="padding: 1ex;" | Auxiliary Page Send
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Auxiliary Page Send||aux-send|0}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Up||cursor-up|A}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Down||cursor-down|B}}
! style="padding: 1ex;" | <span id="cursor-up">A</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Right||cursor-right|C}}
| style="padding: 1ex;" | Cursor Up
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Left||cursor-left|D}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Clear Screen||clear-screen|E}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Position Absolute||cursor-address|F}}
! style="padding: 1ex;" | <span id="cursor-down">B</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Home||cursor-home|H}}
| style="padding: 1ex;" | Cursor Down
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Page Send||page-send|I}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Clear to End of Screen||eos|J}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Clear to End of Line||eol|K}}
! style="padding: 1ex;" | <span id="cursor-right">C</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Delete Character||delete-char|P}}
| style="padding: 1ex;" | Cursor Right
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Insert Mode On||insert-on|Q}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Insert Mode Off||insert-off|R}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Format Mode On||format-on|W}}
! style="padding: 1ex;" | <span id="cursor-left">D</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Format Mode Off||format-off|X}}
| style="padding: 1ex;" | Cursor Left
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Start Unprotected Field||start-unprotected|[}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|End Unprotected Field||end-unprotected|]}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Keyboard Enable||keyboard-enable|b}}
! style="padding: 1ex;" | <span id="clear-screen">E</span>
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Keyboard Disable||keyboard-disable|c}}
| style="padding: 1ex;" | Clear Screen
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Line Send||line-send|i}}
| ''none''
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Start Blink||start-blink|l}}
|-
+
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|End Blink||end-blink|m}}
! style="padding: 1ex;" | <span id="cursor-address">F</span>
 
| style="padding: 1ex;" | Cursor Position Absolute
 
| ''row'' ''column''
 
|-
 
! style="padding: 1ex;" | <span id="home">H</span>
 
| style="padding: 1ex;" | Cursor Home
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="page-send">I</span>
 
| style="padding: 1ex;" | Page Send
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="eos">J</span>
 
| style="padding: 1ex;" | Clear to End of Screen
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="eol">K</span>
 
| style="padding: 1ex;" | Clear to End of Line
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="delete-char">P</span>
 
| style="padding: 1ex;" | Delete Character
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="insert-on">Q</span>
 
| style="padding: 1ex;" | Insert Mode On
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="insert-off">R</span>
 
| style="padding: 1ex;" | Insert Mode Off
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="format-on">W</span>
 
| style="padding: 1ex;" | Format Mode On
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="format-off">X</span>
 
| style="padding: 1ex;" | Format Mode Off
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="start-unprotected">[</span>
 
| style="padding: 1ex;" | Start Unprotected Field
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="end-unprotected">]</span>
 
| style="padding: 1ex;" | End Unprotected Field
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="keyboard-enable">b</span>
 
| style="padding: 1ex;" | Keyboard Enable
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="keyboard-disable">c</span>
 
| style="padding: 1ex;" | Keyboard Disable
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="line-send">i</span>
 
| style="padding: 1ex;" | Line Send
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="start-blink">l</span>
 
| style="padding: 1ex;" | Start Blink
 
| ''none''
 
|-
 
! style="padding: 1ex;" | <span id="end-blink">m</span>
 
| style="padding: 1ex;" | End Blink
 
| ''none''
 
 
|}
 
|}

Revision as of 21:59, 20 January 2013

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 Name 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 User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row User:Legalize/Control Sequences/CodeDescriptionTable/Row