aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <[email protected]>2026-07-03 18:59:21 +0300
committerroy <[email protected]>2026-07-03 18:59:21 +0300
commit2dc4272670633aa05b05d58f5dfe5b80390953b2 (patch)
treed51156aecbe936f8fd4e323d7c5453b57f925353
parent0543331a79d884fb3e67676c079a244df5b1c337 (diff)
Added cursor visibility options to README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 78cf3b3..dc1ff80 100644
--- a/README.md
+++ b/README.md
@@ -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.