summaryrefslogtreecommitdiff
path: root/src/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.c')
-rw-r--r--src/display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display.c b/src/display.c
index a0c9ff9..8ed3d73 100644
--- a/src/display.c
+++ b/src/display.c
@@ -110,6 +110,7 @@ void display_init(void)
}
raw(); // Line buffering disabled
keypad(stdscr, true); // We get F1, F2 etc..
+ nodelay(stdscr, true); // Non-blocking input
noecho(); // Don't echo() while we do getch
curs_set(0); // Make the cursor invisible