From 2dc4272670633aa05b05d58f5dfe5b80390953b2 Mon Sep 17 00:00:00 2001 From: roy Date: Fri, 3 Jul 2026 18:59:21 +0300 Subject: Added cursor visibility options to README --- README.md | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.3.1