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 73b9360..deddb81 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -49,6 +49,7 @@ struct runes_cell {
char contents[8];
size_t len;
struct runes_cell_attrs attrs;
+ unsigned char is_wide: 1;
};
struct runes_row {