CUP top-level constant
String
const CUP
Cursor Position.
Representation: CSI n1;n2 \x48
Parameter default values: n = 1; m = 1
CUP causes the active presentation position to be moved in the presentation component to the n-th line position according to the line progression and to the m-th character position according to the character path.
Implementation
const String CUP = 'H';