]> git.ozlabs.org Git - petitboot/commitdiff
cui: Remove tab hotkey
authorGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 26 Aug 2009 22:41:40 +0000 (15:41 -0700)
committerGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 26 Aug 2009 22:41:40 +0000 (15:41 -0700)
Remove the 'tab' hotkey that was used for kboot compatability.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
ui/ncurses/nc-menu.c

index f96eb82525d9aca63f0fe42eec9e189f02f2a6bb..7302c6d0dab0295e7f911b9e44cfc2185b1de9f9 100644 (file)
@@ -232,7 +232,6 @@ static void pmenu_process_key(struct nc_scr *scr)
                        pmenu_move_cursor(menu, REQ_UP_ITEM);
                        break;
                case KEY_DOWN:
                        pmenu_move_cursor(menu, REQ_UP_ITEM);
                        break;
                case KEY_DOWN:
-               case '\t':
                        pmenu_move_cursor(menu, REQ_DOWN_ITEM);
                        break;
                case KEY_LEFT:
                        pmenu_move_cursor(menu, REQ_DOWN_ITEM);
                        break;
                case KEY_LEFT: