summaryrefslogtreecommitdiff
path: root/src/Screen.cpp
diff options
context:
space:
mode:
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);