mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-23 05:50:00 +00:00
[menu] Hide cursor when displaying menu
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
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…
x
Reference in New Issue
Block a user