cursorPosOpen top-level constant

String const cursorPosOpen

Opening tag for Cursor Position.

Template: {cursorPosOpen}[n]{cursorPosClose}.

Moves the cursor to row and column. The values are 1-based, and default to 1 (top left corner) if omitted.

See also cursorPosToTopLeft and cursorPosTo.

Implementation

const String cursorPosOpen = csi;