Structs

Output a beeping sound.

Clear the terminal screen.

Move cursor backward a specific amount of rows.

Move cursor down a specific amount of rows.

Move cursor forward a specific amount of rows.

Get cursor position.

Hide cursor.

Move cursor to the left side.

Move cursor to the next line.

Move cursor to the previous line.

Restore saved cursor position.

Save cursor position.

Show cursor.

Move cursor up a specific amount of rows.

Erase the screen from the current line down to the bottom of the screen.

Erase from the current cursor position to the end of the current line.

Erase the entire current line.

Erase from the current cursor position up the specified amount of rows.

Erase the screen and move the cursor the top left position.

Erase from the current cursor position to the start of the current line.

Erase the screen from the current line up to the top of the screen.

Scroll display down one line.

Scroll display up one line.

Enums

Set the position of the cursor relative to its current position.

Set the absolute position of the cursor. x=0 y=0 is the top left of the screen.

Constants

Functions