Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[menu] Hide cursor when displaying menu
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Dec 2, 2013
1 parent b7a0a12 commit fb6edd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hci/tui/menu_ui.c
Expand Up @@ -349,6 +349,7 @@ int show_menu ( struct menu *menu, unsigned long timeout,
init_pair ( CPAIR_SELECT, COLOR_SELECT_FG, COLOR_SELECT_BG );
init_pair ( CPAIR_SEPARATOR, COLOR_SEPARATOR_FG, COLOR_SEPARATOR_BG );
color_set ( CPAIR_NORMAL, NULL );
curs_set ( 0 );
erase();

/* Draw initial content */
Expand Down

0 comments on commit fb6edd4

Please sign in to comment.