summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-scr.h
diff options
context:
space:
mode:
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