Make hardware cursor visible in ncurses ui

This commit is contained in:
Maxime Coste 2017-05-18 06:28:08 +01:00
parent 973487abcd
commit 91ed57c985

View File

@ -256,7 +256,7 @@ NCursesUI::NCursesUI()
raw();
noecho();
nonl();
curs_set(0);
curs_set(2);
start_color();
use_default_colors();
set_escdelay(25);