]> git.ozlabs.org Git - petitboot/commit
ui/ncurses: allow tab/backtab to skip through a widget's fields
authorJeremy Kerr <jk@ozlabs.org>
Fri, 18 Jul 2014 04:28:43 +0000 (12:28 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 22 Jul 2014 01:04:59 +0000 (09:04 +0800)
commit5d955dcc4f9a699bc84fe25ff337d51103f845ac
treee10f531f1915ae1c242809f260600e0e32dff13a
parenta685c78f33418c109313a6fc4ea25bb8b90a8111
ui/ncurses: allow tab/backtab to skip through a widget's fields

Since we may have a long list of devices on the configuration screen,
we'd like a way to jump between widgets. This change repeats the
PREV_FIELD/NEXT_FIELD driver request on these events.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/ncurses/nc-widgets.c