]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-cui.h
ui/ncurses: Implement F10-F12 for autoboot device control
[petitboot] / ui / ncurses / nc-cui.h
index b310f4a5662f7b238f4cf6c84294bdd40442971b..4997f4b5ff4734995f6c9b3ce03173026b0b97d9 100644 (file)
@@ -52,6 +52,7 @@ struct cui_opt_data {
 struct cui {
        enum pb_nc_sig c_sig;
        bool has_input;
+       struct autoboot_option *autoboot_opt;
        sig_atomic_t abort;
        sig_atomic_t resize;
        struct nc_scr *current;