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