CUF top-level constant
String
const CUF
Cursor Right.
Representation: CSI n \x43
Parameter default value: n = 1
CUF causes the active presentation position to be moved rightwards in the presentation component by n character positions if the character path is horizontal, or by n line positions if the character path is vertical.
Implementation
const String CUF = 'C';