Commands Arranged by Topic
ESC b |
|
| Set Vertical Tabs in Channels | |||||
Format: |
|
|
|
|
|
|
|
|
ASCII code: | ESC | b | c | n1 |
| n2 | … | 0 |
Decimal: | 27 | 98 | c | n1 |
| n2 | … | 0 |
Hexadecimal: | 1B | 62 |
| c | n1 | n2 | … | 00 |
Comments:
Functions the same as ESC B, except that the variable c selects a channel for the vertical tabs, which must be from 0 to 7. Therefore, up to eight sets of vertical tabs can be set. The channels are selected by ESC /. To clear the tabs in channel c, use ESC b c 0.
ESC / |
|
| Select Vertical Tab Channel |
Format: |
|
|
|
ASCII code: | ESC | / | c |
Decimal: | 27 | 47 | c |
Hexadecimal: | 1B | 2F | c |
Comments:
This command is used to select the vertical tab channel, with the value of c from 0 to 7. All subsequent VT commands use the channel selected by this command. If no channel has been selected, channel 0 is used.