CUU top-level constant

String const CUU

Cursor Up.

Representation: CSI n \x41

Parameter default value: n = 1

CUU causes the active presentation position to be moved upwards in the presentation component by n line positions if the character path is horizontal, or by n character positions if the character path is vertical.

Implementation

const String CUU = 'A';