aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index deddb81..90141a9 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -55,6 +55,7 @@ struct runes_cell {
struct runes_row {
struct runes_cell *cells;
unsigned char dirty: 1;
+ unsigned char wrapped: 1;
};
struct runes_screen {