mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Check FIONREAD for all panes not just piped panes, fixes issues with
tests, GitHub issue 4807.
This commit is contained in:
@@ -175,7 +175,7 @@ utf8_should_combine(const struct utf8_data *with, const struct utf8_data *add)
|
||||
return (1);
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
return (0);
|
||||
}
|
||||
|
||||
static enum hanguljamo_subclass
|
||||
|
||||
Reference in New Issue
Block a user