X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-scr.h;h=298aa7d2f44b5dc1f0f8aad8fe7cd1f31a8abe65;hp=a8aa314cfa86bec9a2108d2c22f1aa8b140c13e0;hb=47bc66a0c744f68a84147b0bd616ab25a242fb70;hpb=f1599796efed1eb67759cf42f47fe4bf6a9bf93c diff --git a/ui/ncurses/nc-scr.h b/ui/ncurses/nc-scr.h index a8aa314..298aa7d 100644 --- a/ui/ncurses/nc-scr.h +++ b/ui/ncurses/nc-scr.h @@ -64,6 +64,7 @@ static inline void nc_flush_keys(void) enum nc_scr_pos { nc_scr_pos_title = 0, nc_scr_pos_title_sep = 1, + nc_scr_pos_lrtitle_space = 2, nc_scr_pos_sub = 2, nc_scr_pos_help_sep = 3, @@ -74,7 +75,8 @@ enum nc_scr_pos { }; struct nc_frame { - char *title; + char *ltitle; + char *rtitle; char *help; char *status; };