summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ncurses_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncurses_ui.cc b/src/ncurses_ui.cc
index 94246946..71a03863 100644
--- a/src/ncurses_ui.cc
+++ b/src/ncurses_ui.cc
@@ -256,7 +256,7 @@ NCursesUI::NCursesUI()
raw();
noecho();
nonl();
- curs_set(0);
+ curs_set(2);
start_color();
use_default_colors();
set_escdelay(25);