cursorForwardOpen top-level constant
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;