Browse Source

[menu] Hide cursor when displaying menu

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 years ago
parent
commit
fb6edd4e13
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/hci/tui/menu_ui.c

+ 1
- 0
src/hci/tui/menu_ui.c View File

@@ -349,6 +349,7 @@ int show_menu ( struct menu *menu, unsigned long timeout,
349 349
 	init_pair ( CPAIR_SELECT, COLOR_SELECT_FG, COLOR_SELECT_BG );
350 350
 	init_pair ( CPAIR_SEPARATOR, COLOR_SEPARATOR_FG, COLOR_SEPARATOR_BG );
351 351
 	color_set ( CPAIR_NORMAL, NULL );
352
+	curs_set ( 0 );
352 353
 	erase();
353 354
 
354 355
 	/* Draw initial content */

Loading…
Cancel
Save