Browse Source

Dodane curs_set(0); aby nie migał kursor

master
daron 7 years ago
parent
commit
231f831570
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Simulation.cpp

+ 1
- 0
Simulation.cpp 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())

Loading…
Cancel
Save