mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Can't collect UTF-8 characters of more than one byte at the moment.
This commit is contained in:
parent
a4eaac359a
commit
55cd4c7bc7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user