From: Geoff Levand Date: Wed, 26 Aug 2009 22:41:40 +0000 (-0700) Subject: cui: Remove tab hotkey X-Git-Tag: v1.0.0~825 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=17d63c9bf4f302c1e6d0012beb26d18e64f33913;hp=d29c9620cd853d9ead31075f237f53b9e6301a52 cui: Remove tab hotkey Remove the 'tab' hotkey that was used for kboot compatability. Signed-off-by: Geoff Levand --- diff --git a/ui/ncurses/nc-menu.c b/ui/ncurses/nc-menu.c index f96eb82..7302c6d 100644 --- a/ui/ncurses/nc-menu.c +++ b/ui/ncurses/nc-menu.c @@ -232,7 +232,6 @@ static void pmenu_process_key(struct nc_scr *scr) pmenu_move_cursor(menu, REQ_UP_ITEM); break; case KEY_DOWN: - case '\t': pmenu_move_cursor(menu, REQ_DOWN_ITEM); break; case KEY_LEFT: