]> git.ozlabs.org Git - petitboot/commit
ui/ncurses: Add nc-subset selection screen
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Wed, 21 Jan 2015 03:48:38 +0000 (14:48 +1100)
committerSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Tue, 5 May 2015 05:03:37 +0000 (15:03 +1000)
commit6bb1301835dbd6ff54e1becb5b684fedb0e4caaf
tree6dc63f7b6c75e0a2c8f62f2d747c45f9a96dcc0c
parent60252961c21a0f102e69373f2bea36f8af495c29
ui/ncurses: Add nc-subset selection screen

The nc-subset screen is intended to be used as a sub-screen from the
current screen (eg. nc-config) which passes a pointer to a
nc_widget_subset struct. The nc-subset screen allows the user to select
an option from a list of 'inactive' options, before returning control
back to the current screen.

Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
ui/ncurses/Makefile.am
ui/ncurses/nc-cui.c
ui/ncurses/nc-cui.h
ui/ncurses/nc-scr.h
ui/ncurses/nc-subset.c [new file with mode: 0644]
ui/ncurses/nc-subset.h [new file with mode: 0644]