Vertical Tab Stops ON CSI ... v

Vertical Tab Stops OFF (TBC) CSI 1 g

CSI 4 g
Data Structure ASCII CSI n "v" [A] set vertical tab stop
hex. 9B n 76
dec. 155 n 118
ASCII CSI "1" "g" [A] clear all vertical tab stops at current position
hex. 9B 31 67
dec. 155 49 103
ASCII CSI "4" "g" [A] clear all vertical tab stops
hex. 9B 34 67
dec. 155 52 103
Description n = 1...132 lines at a line spacing of 16 inch (6 lpi)
= 1...176 lines at a line spacing of 18 inch (8 lpi)
Up to 16 tab stops can be joined in one sequence as follows:
CSI n1 ; n2 ; n3 ; ... ; n16 v
The parameters do not have to be sorted. The positions of the horizontal tab stops
depend on the current character density.
Examples:
CSI g clear horizontal tab stop at current position
CSI 3;4 g clear all horizontal and vertical tab stops
(for this also see page 46, Horizontal Tab Stops ON/OFF)
Later changes of character density will not influence the physical position of the tab stops.
52 Print Positioning