summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-scr.h
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-01-21 14:48:38 +1100
committerSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-05-05 15:03:37 +1000
commit6bb1301835dbd6ff54e1becb5b684fedb0e4caaf (patch)
tree6dc63f7b6c75e0a2c8f62f2d747c45f9a96dcc0c /ui/ncurses/nc-scr.h
parent60252961c21a0f102e69373f2bea36f8af495c29 (diff)
downloadtalos-petitboot-6bb1301835dbd6ff54e1becb5b684fedb0e4caaf.tar.gz
talos-petitboot-6bb1301835dbd6ff54e1becb5b684fedb0e4caaf.zip
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>
Diffstat (limited to 'ui/ncurses/nc-scr.h')
-rw-r--r--ui/ncurses/nc-scr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ncurses/nc-scr.h b/ui/ncurses/nc-scr.h
index ed87517..be99b48 100644
--- a/ui/ncurses/nc-scr.h
+++ b/ui/ncurses/nc-scr.h
@@ -48,6 +48,7 @@ enum pb_nc_sig {
pb_config_screen_sig = 666,
pb_lang_screen_sig = 777,
pb_add_url_screen_sig = 888,
+ pb_subset_screen_sig = 101,
pb_removed_sig = -999,
};
OpenPOWER on IntegriCloud