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