Dodane curs_set(0); aby nie migał kursor
This commit is contained in:
@@ -20,6 +20,7 @@ Simulation::Simulation()
|
||||
#ifndef DEBUG
|
||||
// inicjalizacja ncurses
|
||||
initscr();
|
||||
curs_set(0);
|
||||
getmaxyx(stdscr, this->rows, this->cols);
|
||||
|
||||
if (has_colors())
|
||||
|
||||
Reference in New Issue
Block a user