aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-13 10:42:45 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-13 10:42:45 +0000
commit3df4959f51a444a83e92894c390182dd48e02025 (patch)
tree31591c7d439c6d3841e1610e4c2cf70d5f5d115c /format.c
parenta7027ed8e5d8fd314c1fafaf0c809b575a753a09 (diff)
parentc5689a5a4031a43769b8b721cafa6d1eab6abc44 (diff)
downloadrtmux-3df4959f51a444a83e92894c390182dd48e02025.tar.gz
rtmux-3df4959f51a444a83e92894c390182dd48e02025.tar.bz2
rtmux-3df4959f51a444a83e92894c390182dd48e02025.zip
Merge branch 'obsd-master'
Conflicts: Makefile
Diffstat (limited to 'format.c')
-rw-r--r--format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.c b/format.c
index 5c193038..229e9f42 100644
--- a/format.c
+++ b/format.c
@@ -432,6 +432,7 @@ format_cb_history_bytes(struct format_tree *ft, struct format_entry *fe)
for (i = 0; i < gd->hsize; i++) {
gl = &gd->linedata[i];
size += gl->cellsize * sizeof *gl->celldata;
+ size += gl->extdsize * sizeof *gl->extddata;
}
size += gd->hsize * sizeof *gd->linedata;