X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-textscreen.h;h=df47186287f7cbb6967d88387e3036f3117b1c5a;hp=25107cb476caadf32fcf97d311960064ae0cace4;hb=af51ccb8b8664eb9462aa4a6e7e2a9f52430647f;hpb=4e30f260106ac5f7007e213db1d1e54298393290 diff --git a/ui/ncurses/nc-textscreen.h b/ui/ncurses/nc-textscreen.h index 25107cb..df47186 100644 --- a/ui/ncurses/nc-textscreen.h +++ b/ui/ncurses/nc-textscreen.h @@ -28,6 +28,7 @@ struct text_screen { int n_lines; int n_alloc_lines; int scroll_y; + bool need_update; const char *help_title; const struct help_text *help_text; void (*on_exit)(struct cui *);