CUD top-level constant

String const CUD

Cursor Down.

Representation: CSI n \x42

Parameter default value: n = 1

CUD causes the active presentation position to be moved downwards 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 CUD = 'B';