CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/28 16:53:14
Modified files: usr.bin/tmux : server-window.c tmux.h Log message: 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.