Difference between revisions of "CodeChart:HP 2648A/HP 2648 Mode/ESC"
m |
m (switch to new CodeChart) |
||
| Line 2: | Line 2: | ||
{{User:Legalize/Control Sequences/CodeChart | {{User:Legalize/Control Sequences/CodeChart | ||
| − | | 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=reset-terminal | + | | e=#reset-terminal |
| − | | f=cursor-home-down | + | | f=#cursor-home-down |
| − | | g=cursor-return | + | | g=#cursor-return |
| − | | h=home-cursor | + | | h=#home-cursor |
| − | | i=horizontal-tab | + | | i=#horizontal-tab |
| − | | j=clear-display | + | | j=#clear-display |
| − | | k=erase-to-eol | + | | k=#erase-to-eol |
| − | | l=insert-line | + | | l=#insert-line |
| − | | m=delete-line | + | | m=#delete-line |
| − | | n=insert-char-wrap | + | | n=#insert-char-wrap |
| − | | o=delete-char-wrap | + | | o=#delete-char-wrap |
| − | | p=delete-char | + | | p=#delete-char |
| − | | q=insert-char-on | + | | q=#insert-char-on |
| − | | r=insert-char-off | + | | r=#insert-char-off |
| − | | s=roll-up | + | | s=#roll-up |
| − | | t=roll-down | + | | t=#roll-down |
| − | | u=next-page | + | | u=#next-page |
| − | | v=previous-page | + | | v=#previous-page |
| − | | w=format-mode-on | + | | w=#format-mode-on |
| − | | x=format-mode-off | + | | x=#format-mode-off |
| − | | y=display-functions-on | + | | y=#display-functions-on |
| − | | z=display-functions-off | + | | z=#display-functions-off |
| − | | lowera=cursor-absolute-sense | + | | lowera=#cursor-absolute-sense |
| − | | lowerb=keyboard-enable | + | | lowerb=#keyboard-enable |
| − | | lowerc=keyboard-disable | + | | lowerc=#keyboard-disable |
| − | | lowerd=enter | + | | lowerd=#enter |
| − | | lowere=binary-read | + | | lowere=#binary-read |
| − | | lowerf=modem-disconnect | + | | lowerf=#modem-disconnect |
| − | | lowerg=soft-reset | + | | lowerg=#soft-reset |
| − | | lowerh=home-cursor-no-transmit | + | | lowerh=#home-cursor-no-transmit |
| − | | loweri=back-tab | + | | loweri=#back-tab |
| − | | lowerj=soft-key-display-on | + | | lowerj=#soft-key-display-on |
| − | | lowerk=soft-key-display-off | + | | lowerk=#soft-key-display-off |
| − | | lowerl=memory-lock-on | + | | lowerl=#memory-lock-on |
| − | | lowerm=memory-lock-off | + | | lowerm=#memory-lock-off |
| − | | lowerp=f1 | + | | lowerp=#f1 |
| − | | lowerq=f2 | + | | lowerq=#f2 |
| − | | lowerr=f3 | + | | lowerr=#f3 |
| − | | lowers=f4 | + | | lowers=#f4 |
| − | | lowert=f5 | + | | lowert=#f5 |
| − | | loweru=f6 | + | | loweru=#f6 |
| − | | lowerv=f7 | + | | lowerv=#f7 |
| − | | lowerw=f8 | + | | lowerw=#f8 |
| − | | lowerx=data-comm-self-test | + | | lowerx=#data-comm-self-test |
| − | | lowery=monitor-mode-on | + | | lowery=#monitor-mode-on |
| − | | lowerz=terminal-self-test | + | | lowerz=#terminal-self-test |
| − | | one=set-tab | + | | one=#set-tab |
| − | | two=clear-tab | + | | two=#clear-tab |
| − | | three=clear-all-tabs | + | | three=#clear-all-tabs |
| − | | four=set-left-margin | + | | four=#set-left-margin |
| − | | five=set-right-margin | + | | five=#set-right-margin |
| − | | six=start-alpha-field | + | | six=#start-alpha-field |
| − | | seven=start-numeric-field | + | | seven=#start-numeric-field |
| − | | eight=start-alphanumeric-field | + | | eight=#start-alphanumeric-field |
| − | | at=delay-1sec | + | | at=#delay-1sec |
| − | | backquote=cursor-relative-sense | + | | backquote=#cursor-relative-sense |
| − | | closeparen=select-alt-charset | + | | closeparen=#select-alt-charset |
| − | | openbracket=start-unprotected-field | + | | openbracket=#start-unprotected-field |
| − | | openbrace=start-transmit-only-field | + | | openbrace=#start-transmit-only-field |
| − | | closebracket=end-field | + | | closebracket=#end-field |
| − | | caret=terminal-primary-status | + | | caret=#terminal-primary-status |
| − | | tilde=send-secondary-status | + | | tilde=#send-secondary-status |
| − | | underscore=insert-non-displayed-terminator | + | | underscore=#insert-non-displayed-terminator |
| − | | | + | | amp=/ampersand |
| − | | | + | | asterisk=/asterisk |
}} | }} | ||
Revision as of 07:20, 16 January 2013
User:Legalize/Control Sequences/CodeChart
ESC Control Sequences
| Prefix | Name | Parameters |
|---|---|---|
| ) | Select Alternate Character Set | charset |
| 1 | Set Tab at Cursor | none |
| 2 | Clear Tab at Cursor | none |
| 3 | Clear All Tabs | none |
| 4 | Set Left Margin at Cursor | none |
| 5 | Set Right Margin at Cursor | none |
| 6 | Start Alphabetic Field | none |
| 7 | Start Numeric Field | none |
| 8 | Start Alphanumeric Field | none |
| @ | Delay One Second | none |
| A | Cursor Up | none |
| B | Cursor Down | none |
| C | Cursor Right | none |
| D | Cursor Left | none |
| E | Reset Terminal | none |
| F | Cursor Home Down | none |
| G | Cursor Return | none |
| H | Home Cursor Including Transmit-Only Fields | none |
| I | Horizontal Tab | none |
| J | Clear Display | none |
| K | Erase to End of Line | none |
| L | Insert Line | none |
| M | Delete Line | none |
| N | Insert Character With Wrap On | none |
| O | Delete Character With Wrap | none |
| P | Delete Character | none |
| Q | Insert Character On | none |
| R | Insert Character Off | none |
| S | Roll Up | none |
| T | Roll Down | none |
| U | Next Page | none |
| V | Previous Page | none |
| W | Format Mode On | none |
| X | Format Mode Off | none |
| Y | Display Functions On | none |
| Z | Display Functions Off | none |
| [ | Start Unprotected Field | none |
| ] | End Field | none |
| ^ | Terminal Primary Status | none |
| _ | Insert Non-displayed Terminator | none |
| ` | Cursor Relative Sense | none |
| a | Cursor Absolute Sense | none |
| b | Keyboard Enable | none |
| c | Keyboard Disable | none |
| d | Enter | none |
| e | Binary Read | none |
| f | Modem Disconnect | none |
| g | Soft Reset | none |
| h | Home Cursor Excluding Transmit-Only Fields | none |
| i | Back Tab | none |
| j | Soft Key Display On | none |
| k | Soft Key Display Off | none |
| l | Memory Lock On | none |
| m | Memory Lock Off | none |
| p | f1 Key | none |
| q | f2 Key | none |
| r | f3 Key | none |
| s | f4 Key | none |
| t | f5 Key | none |
| u | f6 Key | none |
| v | f7 Key | none |
| w | f8 Key | none |
| x | Data Communications Self Test | none |
| y | Monitor Mode On | none |
| z | Terminal Self Test | none |
| { | Start Transmit-Only Field | none |
| ~ | Send Secondary Status | none |