From 231f83157014319f16429764590c1d6af80795ff Mon Sep 17 00:00:00 2001 From: daron Date: Thu, 26 Jan 2017 22:10:39 +0100 Subject: [PATCH] =?UTF-8?q?Dodane=20curs=5Fset(0);=20aby=20nie=20miga?= =?UTF-8?q?=C5=82=20kursor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Simulation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Simulation.cpp b/Simulation.cpp index 00ace16..244fede 100644 --- a/Simulation.cpp +++ b/Simulation.cpp @@ -20,6 +20,7 @@ Simulation::Simulation() #ifndef DEBUG // inicjalizacja ncurses initscr(); + curs_set(0); getmaxyx(stdscr, this->rows, this->cols); if (has_colors())