[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.427 and 1.428

version 1.427, 2015/05/08 16:18:04 version 1.428, 2015/05/11 10:10:16
Line 2886 
Line 2886 
 .Ic automatic-rename  .Ic automatic-rename
 option is enabled.  option is enabled.
 .Pp  .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 250 and an interval of 100.  
 A trigger of zero disables the rate limiting.  
 .Pp  
 .It Ic clock-mode-colour Ar colour  .It Ic clock-mode-colour Ar colour
 Set clock colour.  Set clock colour.
 .Pp  .Pp

Legend:
Removed from v.1.427  
changed lines
  Added in v.1.428