X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-boot-editor.c;h=100830c462540a4498fd87fb834f56fb0216ee36;hp=0b658f240fabe89dfbf3592c651d152fe9fc6b62;hb=47bc66a0c744f68a84147b0bd616ab25a242fb70;hpb=8ec7ea724de780a6a428a8485b2760bf1d9e0a4e diff --git a/ui/ncurses/nc-boot-editor.c b/ui/ncurses/nc-boot-editor.c index 0b658f2..100830c 100644 --- a/ui/ncurses/nc-boot-editor.c +++ b/ui/ncurses/nc-boot-editor.c @@ -336,8 +336,9 @@ struct boot_editor *boot_editor_init(void *ui_ctx, ui_ctx, boot_editor_process_key, boot_editor_post, boot_editor_unpost, boot_editor_resize); - boot_editor->scr.frame.title = talloc_strdup(boot_editor, + boot_editor->scr.frame.ltitle = talloc_strdup(boot_editor, "Petitboot Option Editor"); + boot_editor->scr.frame.rtitle = NULL; boot_editor->scr.frame.help = talloc_strdup(boot_editor, "ESC=cancel, Enter=accept");