Structs§
- Beep
- Output a beeping sound.
- Border
Style - Clear
Screen - Clear the terminal screen.
- Cursor
Backward - Move cursor backward a specific amount of rows.
- Cursor
Down - Move cursor down a specific amount of rows.
- Cursor
Forward - Move cursor forward a specific amount of rows.
- Cursor
GetPosition - Get cursor position.
- Cursor
Hide - Hide cursor.
- Cursor
Left - Move cursor to the left side.
- Cursor
Next Line - Move cursor to the next line.
- Cursor
Prev Line - Move cursor to the previous line.
- Cursor
Restore Position - Restore saved cursor position.
- Cursor
Save Position - Save cursor position.
- Cursor
Show - Show cursor.
- Cursor
Up - Move cursor up a specific amount of rows.
- Erase
Down - Erase the screen from the current line down to the bottom of the screen.
- Erase
EndLine - Erase from the current cursor position to the end of the current line.
- Erase
Line - Erase the entire current line.
- Erase
Lines - Erase from the current cursor position up the specified amount of rows.
- Erase
Screen - Erase the screen and move the cursor the top left position.
- Erase
Start Line - Erase from the current cursor position to the start of the current line.
- EraseUp
- Erase the screen from the current line up to the top of the screen.
- Scroll
Down - Scroll display down one line.
- Scroll
Up - Scroll display up one line.
- Style
Enums§
- Cursor
Move - Set the position of the cursor relative to its current position.
- Cursor
To - Set the absolute position of the cursor. x=0 y=0 is the top left of the screen.
- Text
Align