CTC top-level constant

String const CTC

Cursor Tabulation Control.

Representation: CSI s \x57

Parameter default value: s = 0

CTC causes one or more tabulation stops to be set or cleared in the presentation component, depending on the parameter values:

  • 0 - a character tabulation stop is set at the active presentation position
  • 1 - a line tabulation stop is set at the active line (the line that contains the active presentation position)
  • 2 - the character tabulation stop at the active presentation position is cleared
  • 3 - the line tabulation stop at the active line is cleared
  • 4 - all character tabulation stops in the active line are cleared
  • 5 - all character tabulation stops are cleared
  • 6 - all line tabulation stops are cleared

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

Implementation

const String CTC = 'W';