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

pull/875/head
nicm 2017-04-22 10:30:56 +00:00
parent a4eaac359a
commit 55cd4c7bc7
1 changed files with 1 additions and 1 deletions

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;