cursorPosClose top-level constant
Closing 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 cursorPosClose = 'H';