# Functions
CursorBack moves the cursor n cells to left.
CursorDown moves the cursor n cells to down.
CursorForward moves the cursor n cells to right.
CursorHide hide the cursor.
CursorHorizontalAbsolute moves cursor horizontally to x.
CursorLocation returns the current location of the cursor in the terminal.
CursorMove moves the cursor to a specific x,y location.
CursorNextLine moves cursor to beginning of the line n lines down.
CursorPreviousLine moves cursor to beginning of the line n lines up.
CursorShow shows the cursor.
CursorUp moves the cursor n cells to up.
No description provided by the author
Returns special stderr, which converts escape sequences to Windows API calls on Windows environment.
Returns special stdout, which converts escape sequences to Windows API calls on Windows environment.
No description provided by the author
Print prints given arguments with escape sequence conversion for windows.
Printf prints a given format with escape sequence conversion for windows.
Println prints given arguments with newline and escape sequence conversion for windows.
Size returns the height and width of the terminal.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author