]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-scr.h
lib/security: hard_lockdown flag to stop runtime disable of signed boot
[petitboot] / ui / ncurses / nc-scr.h
index 50cce33106838428e1be7e2d867e397eee4f5eff..5671a6b7b71f4ec43d093b7ac130afd29538ac48 100644 (file)
@@ -46,7 +46,11 @@ 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_add_url_screen_sig   = 888,
+       pb_subset_screen_sig    = 101,
+       pb_plugin_screen_sig    = 202,
+       pb_removed_sig          = -999,
 };
 
 static inline void nc_flush_keys(void)