Dodane curs_set(0); aby nie migał kursor

This commit is contained in:
2017-01-26 22:10:39 +01:00
parent 090c0268e7
commit 231f831570

View File

@@ -20,6 +20,7 @@ Simulation::Simulation()
#ifndef DEBUG
// inicjalizacja ncurses
initscr();
curs_set(0);
getmaxyx(stdscr, this->rows, this->cols);
if (has_colors())