diff options
Diffstat (limited to 'src/interface.c')
-rw-r--r-- | src/interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c index fb0d24c..d6219d2 100644 --- a/src/interface.c +++ b/src/interface.c @@ -40,6 +40,7 @@ void interface_init(void) starty = (24 - HEIGHT) / 2; menu_win = newwin(HEIGHT, WIDTH, starty, startx); keypad(menu_win, TRUE); + curs_set(0); mvprintw(0, 0, "Use arrow keys to go up and down, Press enter to select a choice"); refresh(); } |