summaryrefslogtreecommitdiff
path: root/src/Screen.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-20 15:23:18 -0600
committertom <tom@ground-control>2015-11-20 15:23:18 -0600
commit032d4f98c809bde6231ff78ba50e8c244334739f (patch)
tree9e94f4b1d50d443e82509c7a3060173b5f602eaf /src/Screen.cpp
parent5d3145ca44d7966326136adc1bd2dec910b5a8d2 (diff)
made guys randomly walk around and a timeout on getch
Diffstat (limited to 'src/Screen.cpp')
-rw-r--r--src/Screen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.cpp b/src/Screen.cpp
index 6f82b8c..9d0a72c 100644
--- a/src/Screen.cpp
+++ b/src/Screen.cpp
@@ -9,6 +9,7 @@ Screen::Screen()
keypad(stdscr,TRUE);
curs_set(0);
getmaxyx(stdscr,height,width);
+ timeout(100);
start_color();
init_pair(1, COLOR_GREEN, COLOR_BLACK);