Difference between revisions of "CodeChart:Beehive B100/ESC"
m (color links) |
m (use codechart) |
||
| Line 1: | Line 1: | ||
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]] | [[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]] | ||
| − | { | + | {{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 | |
| − | |||
| − | |- | ||
| − | |||
| − | | | ||
| − | |- | ||
| − | |||
| − | | | ||
| − | |- | ||
| − | |||
| − | |||
| − | |- | ||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|} | |} | ||
Revision as of 08:07, 13 January 2013
{{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 |