CHT top-level constant
String
const CHT
Cursor Forward Tabulation.
Representation: CSI n \x49
Parameter default value: n = 1
CHT causes the active presentation position to be moved to the character position corresponding to the n-th following character tabulation stop in the presentation component, according to the character path.
Implementation
const String CHT = 'I';