]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-boot-editor.h
ui/ncurses: Use OK & Cancel buttons for boot editor completion
[petitboot] / ui / ncurses / nc-boot-editor.h
index ee6d0469eb2f9f49d58837c0b6b1bf91038977ba..dc849b3d9354f1bbfbdf089d9b051d106fc6ea90 100644 (file)
@@ -63,6 +63,7 @@ struct boot_editor {
        struct nc_scr   scr;
        FORM            *ncf;
        FIELD           **fields;
+       FIELD           *button_ok, *button_cancel;
        void            *data;
        struct pmenu    *original_pmenu;
        void            (*on_exit)(struct boot_editor *boot_editor,