Difference between revisions of "CodeChart:ANSI/ESC"
m (formatting) |
m (sortable) |
||
| Line 4: | Line 4: | ||
| b=#BPH | | b=#BPH | ||
| c=#NBH | | c=#NBH | ||
| − | |||
| e=#NEL | | e=#NEL | ||
| f=#SSA | | f=#SSA | ||
| Line 20: | Line 19: | ||
| r=#PU2 | | r=#PU2 | ||
| s=#STS | | s=#STS | ||
| + | | t=#CCH | ||
| u=#MW | | u=#MW | ||
| v=#SPA | | v=#SPA | ||
| Line 45: | Line 45: | ||
== ESC Sequences == | == ESC Sequences == | ||
| − | {| border="1" | + | {| border="1" class="wikitable sortable" |
! style="padding: 1ex;" | Prefix !! style="padding: 1ex;" | Acronym !! style="padding: 1ex;" | Name !! style="padding: 1ex;" | Parameters | ! style="padding: 1ex;" | Prefix !! style="padding: 1ex;" | Acronym !! style="padding: 1ex;" | Name !! style="padding: 1ex;" | Parameters | ||
|- | |- | ||
Revision as of 18:39, 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 | Acronym | Name | Parameters |
|---|---|---|---|
| _ | APC | Application Program Command | none |
| B | BPH | Break Permitted Here | none |
| T | CCH | Cancel Character | none |
| d | CMD | Coding Method Delimiter | none |
| P | DCS | Device Control String | none |
| ` | DMI | Disable Manual Input | none |
| b | EMI | Enable Manual Input | none |
| W | EPA | End of Protected Area | none |
| G | ESA | End of Selected Area | none |
| I | HTJ | Horizontal Tab with Justification | none |
| H | HTS | Horizontal Tab Set | none |
| a | INT | Interrupt | none |
| ~ | LS1R | Locking-Shift One Right | none |
| n | LS2 | Locking-Shift Two | none |
| } | LS2R | Locking-Shift Two Right | none |
| o | LS3 | Locking-Shift Three | none |
| l | LS3R | Locking-Shift Three Right | none |
| U | MW | Message Waiting | none |
| C | NBH | No Break Here | none |
| E | NEL | Next Line | none |
| [ | OSC | Operating System Command | none |
| K | PLD | Partial Line Down | none |
| L | PLU | Partial Line Up | none |
| ^ | PM | Privacy Message | none |
| Q | PU1 | Private Use One | none |
| R | PU2 | Private Use Two | none |
| M | RI | Reverse Line Feed | none |
| c | RIS | Reset to Initial State | none |
| Z | SCI | Single Character Introducer | none |
| X | SOS | Start Of String | none |
| V | SPA | Start of Protected Area | none |
| F | SSA | Start of Selected Area | none |
| N | SS2 | Single-Shift Two | none |
| O | SS3 | Single-Shift Three | none |
| \ | ST | String Terminator | none |
| S | STS | Set Transmit State | none |
| J | VTS | Vertical Tab Set | none |