cursorUpOpen top-level constant

String const cursorUpOpen

Opening tag for Cursor Up.

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

Moves the cursor up n (default 1) lines.

See also cursorUp and cursorUpN.

Implementation

const String cursorUpOpen = csi;