mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Clear combine flag when a non-UTF-8 set of characters is encountered.
This commit is contained in:
@ -1792,6 +1792,8 @@ screen_write_collect_add(struct screen_write_ctx *ctx,
|
||||
u_int sx = screen_size_x(s);
|
||||
int collect;
|
||||
|
||||
ctx->flags &= ~SCREEN_WRITE_COMBINE;
|
||||
|
||||
/*
|
||||
* Don't need to check that the attributes and whatnot are still the
|
||||
* same - input_parse will end the collection when anything that isn't
|
||||
|
Reference in New Issue
Block a user