summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-scr.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-10-21 18:59:12 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-11-14 13:23:25 +1100
commit2a6f3ebc8263e94441c2c865a6b28dae40e35990 (patch)
tree50057259a8288421392ec69d978aacdbfbbda74f /ui/ncurses/nc-scr.h
parent7cd5a6642af076693874cce340607d712e35d423 (diff)
downloadtalos-petitboot-2a6f3ebc8263e94441c2c865a6b28dae40e35990.tar.gz
talos-petitboot-2a6f3ebc8263e94441c2c865a6b28dae40e35990.zip
ui/ncurses: Add basic config editor
This change adds a simple configuration editor to the ncurses UI. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-scr.h')
-rw-r--r--ui/ncurses/nc-scr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/ncurses/nc-scr.h b/ui/ncurses/nc-scr.h
index e3ed20a..060ee40 100644
--- a/ui/ncurses/nc-scr.h
+++ b/ui/ncurses/nc-scr.h
@@ -45,7 +45,8 @@ enum pb_nc_sig {
pb_item_sig = 333,
pb_boot_editor_sig = 444,
pb_sysinfo_screen_sig = 555,
- pb_removed_sig = -666,
+ pb_config_screen_sig = 666,
+ pb_removed_sig = -777,
};
static inline void nc_flush_keys(void)
OpenPOWER on IntegriCloud