cursor
Index
Variables
consthide
constnextLine
Move cursor to the next line.
constposition
Return the current cursur position.
constprevLine
Move cursor to the previous line.
constrestorePosition
Restores the cursor position/state.
constsavePosition
Saves the cursor position/state.
constshow
Show the cursor.
conststartLine
Move cursor to the start of the current line.
Functions
backward
Number of columns to move backward. Defaults to
1.
down
Number of rows to move down. Defaults to
1.
forward
Number of columns to move forward. Defaults to
1.
to
Set the relative position of the cursor.
toAbsolute
Set the absolute position of the cursor, starting from the top left.
up
Number of rows to move up. Defaults to
1.
Hide the cursor.