diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-22 10:01:51 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-22 10:01:51 +0100 |
commit | b08e451c916fd942b9d24706583ccedf307e0877 (patch) | |
tree | 0947eb1aa618e464157370015fde9ef6f2517e68 /input.c | |
parent | d8398af77033519b21258893927deeaa1208c17e (diff) | |
parent | bcab77e266c37e2f1cbb74006e9b927ea4f99dfb (diff) | |
download | rtmux-b08e451c916fd942b9d24706583ccedf307e0877.tar.gz rtmux-b08e451c916fd942b9d24706583ccedf307e0877.tar.bz2 rtmux-b08e451c916fd942b9d24706583ccedf307e0877.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |