aboutsummaryrefslogtreecommitdiff
path: root/client/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/setup.c')
-rw-r--r--client/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/setup.c b/client/setup.c
index a7db057..50395e0 100644
--- a/client/setup.c
+++ b/client/setup.c
@@ -31,6 +31,8 @@ void w2_client_setup(int argc, char **argv) {
exit(1);
}
noecho();
+ curs_set(false);
+ nodelay(g_w2_ui_win, true);
w2_strings_init();
w2_cmd_setup_handlers();