projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ui/ncurses: Fixup some missing gettext calls
[petitboot]
/
ui
/
ncurses
/
nc-textscreen.h
diff --git
a/ui/ncurses/nc-textscreen.h
b/ui/ncurses/nc-textscreen.h
index 25107cb476caadf32fcf97d311960064ae0cace4..df47186287f7cbb6967d88387e3036f3117b1c5a 100644
(file)
--- 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 *);