hide cursor

This commit is contained in:
vrd
2023-01-02 20:48:26 +02:00
parent 2ec892755f
commit b49e422cda
5 changed files with 8 additions and 34 deletions
+1
View File
@@ -11,6 +11,7 @@ int main()
/* Init ncurses */
initscr(); /* Start curses mode */
curs_set(0); /* Hide cursor */
noecho();
cbreak(); /* get input instantly */
keypad(stdscr, true);