Difference between revisions of "CodeChart:DEC VT100/VT100 Mode/ESC/OpenBracket"
< CodeChart:DEC VT100 | VT100 Mode | ESC
m (transmit, receive; CPR, DSR) |
m (transmit cursor keys) |
||
| Line 31: | Line 31: | ||
| valign="top" | | | valign="top" | | ||
{{CodeChart | {{CodeChart | ||
| + | | a=#cursor-up-key | ||
| + | | b=#cursor-down-key | ||
| + | | c=#cursor-right-key | ||
| + | | d=#cursor-left-key | ||
| r=#CPR | | r=#CPR | ||
| lowerc=#DA-response | | lowerc=#DA-response | ||
| Line 72: | Line 76: | ||
! style="padding: 1ex;" | Description | ! style="padding: 1ex;" | Description | ||
! style="padding: 1ex;" | Parameters | ! style="padding: 1ex;" | Parameters | ||
| + | {{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Up Key||cursor-up-key|A|CUU}} | ||
| + | {{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Down Key||cursor-down-key|B|CUD}} | ||
| + | {{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Right Key||cursor-right-key|C|CUF}} | ||
| + | {{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Left Key||cursor-left-key|D|CUB}} | ||
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Position Report|''line'' <code>;</code> ''column''|CPR|R|CPR}} | {{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Cursor Position Report|''line'' <code>;</code> ''column''|CPR|R|CPR}} | ||
{{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Device Attributes Report|<code>?1</code> <code>;</code> ''Pn''|DA-response|c|DA}} | {{User:Legalize/Control Sequences/CodeDescriptionTable/Row|Device Attributes Report|<code>?1</code> <code>;</code> ''Pn''|DA-response|c|DA}} | ||