diff options
| author | roy <[email protected]> | 2026-07-03 18:59:21 +0300 |
|---|---|---|
| committer | roy <[email protected]> | 2026-07-03 18:59:21 +0300 |
| commit | 2dc4272670633aa05b05d58f5dfe5b80390953b2 (patch) | |
| tree | d51156aecbe936f8fd4e323d7c5453b57f925353 | |
| parent | 0543331a79d884fb3e67676c079a244df5b1c337 (diff) | |
Added cursor visibility options to README
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,5 +24,6 @@ BGGreen/Red/Blue - Change the background to one of 3 colors. BGRGB(int r, int g, int b) - Change the background to any RGB color. TerminalColorReset - Resets foreground AND background to defaults. MoveCursor(int row, int col) - Moves cursor to a specific row and column. +MakeCursorInvisible/Visible - Makes cursor invisible. Automatically makes cursor visible at program exit. Feel free to use this anywhere at all. |
