=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.282 retrieving revision 1.283 diff -c -r1.282 -r1.283 *** src/usr.bin/tmux/tmux.1 2012/03/17 21:40:53 1.282 --- src/usr.bin/tmux/tmux.1 2012/03/20 11:01:00 1.283 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.282 2012/03/17 21:40:53 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.283 2012/03/20 11:01:00 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: March 17 2012 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: March 20 2012 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2462,2467 **** --- 2462,2485 ---- .Bd -literal -offset indent set-window-option -g automatic-rename off .Ed + .Pp + .It Ic c0-change-interval Ar interval + .It Ic c0-change-trigger Ar trigger + These two options configure a simple form of rate limiting for a pane. + If + .Nm + sees more than + .Ar trigger + C0 sequences that modify the screen (for example, carriage returns, linefeeds + or backspaces) in one millisecond, it will stop updating the pane immediately and + instead redraw it entirely every + .Ar interval + milliseconds. + This helps to prevent fast output (such as + .Xr yes 1 + overwhelming the terminal). + The default is a trigger of 50 and an interval of 100. + A trigger of zero disables the rate limiting. .Pp .It Ic clock-mode-colour Ar colour Set clock colour.