summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-textscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/nc-textscreen.h')
-rw-r--r--ui/ncurses/nc-textscreen.h1
1 files changed, 1 insertions, 0 deletions
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 *);
OpenPOWER on IntegriCloud