aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorThomas Adam <thomas.adam@smoothwall.net>2013-01-30 15:27:19 +0000
committerThomas Adam <thomas.adam@smoothwall.net>2013-01-30 15:27:19 +0000
commita3f4eb7b24ee98b4a499ca52c29ec2e29f33aa76 (patch)
treefc72465468b26b578f9546eede2a3f7334442928 /format.c
parent2ca8b7f3593ec5a88c9f56a43f5076800957a0db (diff)
parentfdbfc7e3498e1cdd04e8df58aa1a937ee4d79caa (diff)
downloadrtmux-a3f4eb7b24ee98b4a499ca52c29ec2e29f33aa76.tar.gz
rtmux-a3f4eb7b24ee98b4a499ca52c29ec2e29f33aa76.tar.bz2
rtmux-a3f4eb7b24ee98b4a499ca52c29ec2e29f33aa76.zip
Merge branch 'obsd-master'
Conflicts: Makefile grid-utf8.c
Diffstat (limited to 'format.c')
-rw-r--r--format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/format.c b/format.c
index 19f322ae..0e4e8733 100644
--- a/format.c
+++ b/format.c
@@ -370,7 +370,6 @@ format_window_pane(struct format_tree *ft, struct window_pane *wp)
for (i = 0; i < gd->hsize; i++) {
gl = &gd->linedata[i];
size += gl->cellsize * sizeof *gl->celldata;
- size += gl->utf8size * sizeof *gl->utf8data;
}
size += gd->hsize * sizeof *gd->linedata;