diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-05-18 06:28:08 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-05-18 06:28:08 +0100 |
| commit | 91ed57c985a2edb879a1956c75282ff0f6b04485 (patch) | |
| tree | 4c60f10a16378c37de32c01c97293bad79c97b6a /src | |
| parent | 973487abcd469a51a23f0d293a455ed73da7804c (diff) | |
Make hardware cursor visible in ncurses ui
Diffstat (limited to 'src')
| -rw-r--r-- | src/ncurses_ui.cc | 2 |
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); |
