X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fncurses%2Fnc-widgets.c;h=c5c4cec6faad311473802b3700ef7207d2e7b58a;hb=ed8a3ad086e56fa40c72c531b3f563e35a7c0753;hp=98d30cc8686cf76e67694de24e83ebf889fd4267;hpb=f5d24f2a0727a23a6a4a888651aea4232aa6e32f;p=petitboot diff --git a/ui/ncurses/nc-widgets.c b/ui/ncurses/nc-widgets.c index 98d30cc..c5c4cec 100644 --- a/ui/ncurses/nc-widgets.c +++ b/ui/ncurses/nc-widgets.c @@ -1129,12 +1129,14 @@ bool widgetset_process_key(struct nc_widgetset *set, int key) tab = true; /* fall through */ case KEY_UP: + case KEY_LEFT: req = REQ_SPREV_FIELD; break; case '\t': tab = true; /* fall through */ case KEY_DOWN: + case KEY_RIGHT: req = REQ_SNEXT_FIELD; break; case KEY_PPAGE: