From 2a6f3ebc8263e94441c2c865a6b28dae40e35990 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 21 Oct 2013 18:59:12 +0800 Subject: ui/ncurses: Add basic config editor This change adds a simple configuration editor to the ncurses UI. Signed-off-by: Jeremy Kerr --- ui/ncurses/nc-scr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/ncurses/nc-scr.h') 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) -- cgit v1.2.1