Set horizontaltab stops
Mode ] ASCII | Decimal | Hexadecimal |
Both I cESC> “D” nl d | ... cO> I 2766 nl n2 ... | 0 I IB 44 nl n2 ... 00 |
Cancelsall currenthorizontaltab stops and sets new tab stops at columnsnl, n2,etc. in thecurrentcharacterpitch (picapitchif pro- portional spacing is currently selected), where nl, n2, etc. are numbersbetween 1 and 255. The maximumnumberof horizontal tab stopsallowedis 32 in Standardmodeand64 in IBMmode.The tab stops must be specifiedin ascendingorder; any violationof ascendingorderterminatesthetab stoplist. Standardterminationis by the <0>controlcode.To clearalltab stops,specify<ESC>“D” <0>.
Set horizontaltab stopsevery n columns
Mode ASCII | Decimal |
|
| Hexadecimal | ||||
std. | <ESC> “e” “O” n | 27101 48 | n | IB | 65 | 30 | n | |
<ESC>“e” <O> n | 27101 0 | n | IB | 65 | 00 | n | ||
|
Cancelsallcurrenthorizontaltabstopsandsetsnewtab stopsevery n columns,where n is between 1 and 127.
Reset all tab stops
Mode | ASCII | Decimal | Hexadecimal |
lwl’1 | <ESC> “R” | 27 82 | IB 52 |
Resetsthe horizontaltab stopsto
Horizontaltab
Mode | ASCII | Decimal | Hexadecimal |
Both | <m> | 9 | 09 |
Movesthe printpositionto the nexthorizontaltab stop. Ignoredif thereisnonexthorizontaltabstopinthecurrentline.Notethatwhen underliningis selected,spacesskippedby horizontaltabulationare not underlined.