summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-22 10:01:51 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-22 10:01:51 +0100
commitb08e451c916fd942b9d24706583ccedf307e0877 (patch)
tree0947eb1aa618e464157370015fde9ef6f2517e68
parentd8398af77033519b21258893927deeaa1208c17e (diff)
parentbcab77e266c37e2f1cbb74006e9b927ea4f99dfb (diff)
Merge branch 'obsd-master'
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index 0b667390..34fa7a9c 100644
--- a/input.c
+++ b/input.c
@@ -2011,7 +2011,7 @@ input_utf8_close(struct input_ctx *ictx)
(int)ud->size, ud->data, ud->width);
utf8_copy(&ictx->cell.cell.data, ud);
- screen_write_cell(&ictx->ctx, &ictx->cell.cell);
+ screen_write_collect_add(&ictx->ctx, &ictx->cell.cell);
return (0);
}