cursorNextLineOpen top-level constant
Opening tag for Cursor Next Line.
Template: {cursorNextLineOpen}[n]{cursorNextLineClose}
.
Moves cursor to beginning of the line n
(default 1
) lines down.
See also cursorNextLine and cursorNextLineN.
Implementation
const String cursorNextLineOpen = csi;