TBC top-level constant

String const TBC

Tabulation Clear.

Representation: CSI s \x67

Parameter default value: s = 0

TBC causes one or more tabulation stops in the presentation component to be cleared, depending on the parameter value:

  • 0 - the character tabulation stop at the active presentation position is cleared
  • 1 - the line tabulation stop at the active line is cleared
  • 2 - all character tabulation stops in the active line are cleared
  • 3 - all character tabulation stops are cleared
  • 4 - all line tabulation stops are cleared
  • 5 - all tabulation stops are cleared

In the case of parameter value 0 or 2 the number of lines affected depends on the setting of the TABULATION STOP MODE (TSM)

Implementation

const String TBC = 'g';