This website works better with JavaScript.
Home
Help
Sign In
pioder
/
sk-nat
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Dodane curs_set(0); aby nie migał kursor
master
daron
7 years ago
parent
090c0268e7
commit
231f831570
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
)
Write
Preview
Loading…
Cancel
Save