summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2011-11-12 14:55:32 -0800
committerGeoff Levand <geoff@infradead.org>2011-11-12 14:55:32 -0800
commit86d4683bb316879051bbacd442e78aba75743d9f (patch)
tree3c7dd55bd860a3819ef0a0fb5cd246fe7cb12f93 /ui
parent40b7d68629b6774bc3d61bb6f21cdc0355d1236d (diff)
downloadtalos-petitboot-86d4683bb316879051bbacd442e78aba75743d9f.tar.gz
talos-petitboot-86d4683bb316879051bbacd442e78aba75743d9f.zip
Remove KEY_LEFT in nc-menu
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/ncurses/nc-menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ncurses/nc-menu.c b/ui/ncurses/nc-menu.c
index 7302c6d..a8337a2 100644
--- a/ui/ncurses/nc-menu.c
+++ b/ui/ncurses/nc-menu.c
@@ -234,7 +234,6 @@ static void pmenu_process_key(struct nc_scr *scr)
case KEY_DOWN:
pmenu_move_cursor(menu, REQ_DOWN_ITEM);
break;
- case KEY_LEFT:
case 'e':
if (item->on_edit)
item->on_edit(item);
OpenPOWER on IntegriCloud