commit | dc3fdc8dc7c45fc4924ee4eeb8b6c7c6a80e41f1 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Wed Oct 28 22:53:14 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Wed Oct 28 22:53:14 2009 +0000 |
tree | fcc4e2b9506420e9b35c48811052cafc7866ee22 | |
parent | 1eaefbf1698fc66815e538fc3040f4446f444f7b [diff] |
If any client currently displaying a window pane has more than 1 KB of output buffered, don't accept any further data from the process running in the pane. This makes tmux much more responsive when flooded with output, although other buffers can still have an impact when running remotely. Prompted by a query from Ranganathan Sankaralingam.