1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-09 10:28:49 +00:00

Can't collect UTF-8 characters of more than one byte at the moment.

This commit is contained in:
nicm 2017-04-22 10:30:56 +00:00
parent a4eaac359a
commit 55cd4c7bc7

View File

@ -1113,7 +1113,7 @@ screen_write_collect_add(struct screen_write_ctx *ctx,
*/
collect = 1;
if (gc->data.width != 1)
if (gc->data.width != 1 || gc->data.size != 1)
collect = 0;
else if (gc->attr & GRID_ATTR_CHARSET)
collect = 0;