diff options
| -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. |
