Difference between revisions of "CodeChart:Beehive B100/ESC"
m |
m (switch to new CodeChart) |
||
| Line 2: | Line 2: | ||
{{User:Legalize/Control Sequences/CodeChart | {{User:Legalize/Control Sequences/CodeChart | ||
| − | | zero=aux-send | + | | zero=#aux-send |
| − | | p=delete-char | + | | p=#delete-char |
| − | | a=cursor-up | + | | a=#cursor-up |
| − | | b=cursor-down | + | | b=#cursor-down |
| − | | c=cursor-right | + | | c=#cursor-right |
| − | | d=cursor-left | + | | d=#cursor-left |
| − | | e=clear-screen | + | | e=#clear-screen |
| − | | f=cursor-address | + | | f=#cursor-address |
| − | | h=home | + | | h=#home |
| − | | i=page-send | + | | i=#page-send |
| − | | j=eos | + | | j=#eos |
| − | | k=eol | + | | k=#eol |
| − | | q=insert-on | + | | q=#insert-on |
| − | | r=insert-off | + | | r=#insert-off |
| − | | w=format-on | + | | w=#format-on |
| − | | x=format-off | + | | x=#format-off |
| − | | lowerb=keyboard-enable | + | | lowerb=#keyboard-enable |
| − | | lowerc=keyboard-disable | + | | lowerc=#keyboard-disable |
| − | | loweri=line-send | + | | loweri=#line-send |
| − | | lowerl=start-blink | + | | lowerl=#start-blink |
| − | | lowerm=end-blink | + | | lowerm=#end-blink |
| − | | openbracket=start-unprotected | + | | openbracket=#start-unprotected |
| − | | closebracket=end-unprotected | + | | closebracket=#end-unprotected |
}} | }} | ||
Revision as of 07:15, 16 January 2013
User:Legalize/Control Sequences/CodeChart
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 |