
Set vertical tab stops
Mode ASCII | Decimal | Hexadecimal |
Both <ESC> “B” nl n.2 ... <O> 27 66 nI n2 ... 0 1B 42 nl n2 ... 00
Cancels all current vertical tab stops and sets new vertical tab stops at lines nl, n2, etc., where nl, n2, etc. are numbers between 1 and
255.A maximum of 16 vertical tab stops can be set. The tab stops must be specified in ascending order; any violation of ascending order terminates the tab stop list. Standard termination is by the <O> control code. The vertical tab stops are set in terms of the current line spacing and do not move if the line spacing is changed later.
Set vertical tab stops every n lines
Mode | ASCII |
|
|
| Decimal |
| Hexadecimal | ||||
Both - | <ESC> | “e” | “1” | n | 27 101 | 49 | n | 1B | 65 | 31 | n |
| <ESC> | “e” | cl> | n | 27 101 | 1 | n | 1B | 65 | 01 | n |
Cancels all current vertical tab stops and sets new tab stops every n lines, where n is between 1 and 127.
Set vertical tab stops in channel
Mode | ASCII |
| Decimal | Hexadecimal | |
Both | <ESC> “b” n0 | al | 27 98 n0 nl | 1B 62 n0 nl | |
n2 | ... <o> | n2 ... 0 | n2 ... 00 | ||
|
Cancels all current vertical tab stops in channel nil, (where n0 is between 0 and 7) and sets new vertical tab stops in this channel. (A channel is a set of vertical tab stops selected by the cESC> “f’ command.) See <ESC> “B” for parameters nl, n2, ... CO>.
Select vertical tab channel
Mode | ASCII | Decimal | Hexadecimal |
Both | <ESC> ‘T’ n0 | 27 47 n | 1B 2F n0 |
Selects a set of vertical tab stops designated by a channel number (nQ)from 0 to 7. The tab stops in each channel are set by cESC> “b”.
59