]> git.ozlabs.org Git - petitboot/commit
nui/ncurses: Allow config screen updates
authorJeremy Kerr <jk@ozlabs.org>
Fri, 25 Oct 2013 01:19:35 +0000 (09:19 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 14 Nov 2013 02:23:52 +0000 (13:23 +1100)
commitbdcb1f9712f9e99ff1f72497387b34e68585523c
tree6b065e8711b655c0e26461b448d909e33a1b338b
parent9df37efcae13a272b25cc5b4e0ba441948fea886
nui/ncurses: Allow config screen updates

We may receive configuration (or sysinfo) data after the configuration
screen has been displayed. Implement config_screen_update and redraw the
widgetset when new config data arrives.

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