# Functions
Clear clears the screen.
ClearScrollback clears iTerm2 scrollback.
CursorMove moves the cursor n times in the direction d.
CursorPosition moves cursor to row, col.
CursorRestorePosition restores the cursor position/state.
CursorSavePosition saves the cursor position/state.
No description provided by the author
HideCursor hides cursor.
No description provided by the author
Rows returns the number of rows for the controling terminal.
ShowCursor shows cursor.
Size gathers sizing information of the current session's controling terminal.
# Constants
Backward moves the cursor backward.
Down moves the cursor down.
Forward moves the cursor forward.
HorizontalAbsolute the cursor to the specified column.
NextLine cursor to beginning of the line next line.
PreviousLine cursor to beginning of the line previous line.
Up moves the cursor up.
# Type aliases
Direction constants are to be used with CursorMove.