
➌With the sequence CSI n g for n the following parameters are available:
| n | hex. | dec. | function | 
| 
 | 
 | 
 | 
 | 
| 0 | 30 | 48 | clear horizontal tab stop at current position | 
| 2 | 32 | 50 | clear all horizontal tab stops in current line | 
| 3 | 33 | 51 | clear all horizontal tab stops in all lines | 
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 52, Vertical Tab Stops ON/OFF)
Later changes of character density will not influence the physical position of the tab stops.
A horizontal tabulation is executed by the HT control code (hex.09, dec.9); for this see page 45, Horizontal Tab Stop.
