aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 3296764..6c1d353 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -86,6 +86,8 @@ struct runes_screen {
unsigned char audible_bell: 1;
unsigned char update_title: 1;
unsigned char update_icon_name: 1;
+
+ unsigned char dirty: 1;
};
void runes_screen_init(RunesTerm *t);