]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[menu] Hide cursor when displaying menu
authorMichael Brown <mcb30@ipxe.org>
Mon, 2 Dec 2013 17:25:16 +0000 (17:25 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 2 Dec 2013 17:25:36 +0000 (17:25 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/hci/tui/menu_ui.c

index 42f7463fa8dd93340319d8faa02ec317858f4fe5..98f0f0aefe155a343284223e6043bff75f1d1760 100644 (file)
@@ -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 */