projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d29c962
)
cui: Remove tab hotkey
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Wed, 26 Aug 2009 22:41:40 +0000
(15:41 -0700)
committer
Geoff 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
patch
|
blob
|
history
diff --git
a/ui/ncurses/nc-menu.c
b/ui/ncurses/nc-menu.c
index f96eb82525d9aca63f0fe42eec9e189f02f2a6bb..7302c6d0dab0295e7f911b9e44cfc2185b1de9f9 100644
(file)
--- 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: