aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-25 22:59:43 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-25 22:59:43 -0400
commit7e664cbeb3d3402f057753d178cf770a017dc384 (patch)
tree1e30c41ab89325e73939e0649596ef0a2fba013c /src/screen.h
parent759969a2cae94a75877a2d2550e9c82f840ba618 (diff)
downloadrunes-7e664cbeb3d3402f057753d178cf770a017dc384.tar.gz
runes-7e664cbeb3d3402f057753d178cf770a017dc384.zip
handle wide characters
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 {