cursorUpClose top-level constant

String const cursorUpClose

Closing tag for Cursor Up.

Template: {cursorUpOpen}[n]{cursorUpClose}.

Moves the cursor up n (default 1) lines.

See also cursorUp and cursorUpN.

Implementation

const String cursorUpClose = 'A';