aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.