disabling cursor

This commit is contained in:
Thiago Auler dos Santos 2017-11-26 02:48:01 -02:00
parent 1baadbdd82
commit 25165ae437
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ void io_init()
nodelay(stdscr, TRUE);
keypad(stdscr, TRUE);
curs_set(FALSE);
keyboard_control = 0x00;
}