]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-boot-editor.c
ui/ncurses: Always provide a key definition for backtab
[petitboot] / ui / ncurses / nc-boot-editor.c
index 432a92a7e2f2205d35aa39d2327c2802d30da4a6..329699ab8ebdb6842369d9ad680cacf8e145907a 100644 (file)
@@ -538,7 +538,7 @@ struct boot_editor *boot_editor_init(struct cui *cui,
                        "Petitboot Option Editor");
        boot_editor->scr.frame.rtitle = NULL;
        boot_editor->scr.frame.help = talloc_strdup(boot_editor,
-                       "Enter=accept");
+                       "tab=next, shift+tab=previous, x=exit, h=help");
        nc_scr_frame_draw(&boot_editor->scr);
 
        if (item) {