mirror of https://github.com/ipxe/ipxe.git
[menu] Hide cursor when displaying menu
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/17/head
parent
b7a0a128ff
commit
fb6edd4e13
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue