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 50cce33..3d7c4eb 100644
--- a/ui/ncurses/nc-scr.h
+++ b/ui/ncurses/nc-scr.h
@@ -46,7 +46,8 @@ enum pb_nc_sig {
pb_boot_editor_sig = 444,
pb_text_screen_sig = 555,
pb_config_screen_sig = 666,
- pb_removed_sig = -777,
+ pb_lang_screen_sig = 777,
+ pb_removed_sig = -888,
};
static inline void nc_flush_keys(void)
OpenPOWER on IntegriCloud