cursorForwardOpen top-level constant

String const cursorForwardOpen

Opening tag for Cursor Forward.

Template: {cursorForwardOpen}[n]{cursorForwardClose}.

Moves the cursor forward n (default 1) cells.

See also cursorForward and cursorForwardN.

Implementation

const String cursorForwardOpen = csi;