[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.568 and 1.569

version 1.568, 2017/07/21 09:17:19 version 1.569, 2017/07/26 16:14:08
Line 2515 
Line 2515 
 .Pp  .Pp
 Available session options are:  Available session options are:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Xo Ic activity-action
   .Op Ic any | none | current | other
   .Xc
   Set action on window activity when
   .Ic monitor-activity
   is on.
   .Ic any
   means activity in any window linked to a session causes a bell or message
   (depending on
   .Ic visual-activity )
   in the current window of that session,
   .Ic none
   means all activity is ignored (equivalent to
   .Ic monitor-activity
   being off),
   .Ic current
   means only activity in windows other than the current window are ignored and
   .Ic other
   means activity in the current window is ignored but not those in other windows.
 .It Ic assume-paste-time Ar milliseconds  .It Ic assume-paste-time Ar milliseconds
 If keys are entered faster than one in  If keys are entered faster than one in
 .Ar milliseconds ,  .Ar milliseconds ,
Line 2530 
Line 2549 
 .Op Ic any | none | current | other  .Op Ic any | none | current | other
 .Xc  .Xc
 Set action on window bell.  Set action on window bell.
 .Ic any  The values are the same as those for
 means a bell in any window linked to a session causes a bell in the current  .Ic activity-action .
 window of that session,  
 .Ic none  
 means all bells are ignored,  
 .Ic current  
 means only bells in windows other than the current window are ignored and  
 .Ic other  
 means bells in the current window are ignored but not those in other windows.  
 .It Xo Ic bell-on-alert  
 .Op Ic on | off  
 .Xc  
 If on, ring the terminal bell when an alert  
 occurs.  
 .It Ic default-command Ar shell-command  .It Ic default-command Ar shell-command
 Set the command used for new windows (if not specified when the window is  Set the command used for new windows (if not specified when the window is
 created) to  created) to
Line 2759 
Line 2766 
 Formats are expanded, see the  Formats are expanded, see the
 .Sx FORMATS  .Sx FORMATS
 section.  section.
   .It Xo Ic silence-action
   .Op Ic any | none | current | other
   .Xc
   Set action on window silence when
   .Ic monitor-silence
   is on.
   The values are the same as those for
   .Ic activity-action .
   .Pp
 .It Xo Ic status  .It Xo Ic status
 .Op Ic on | off  .Op Ic on | off
 .Xc  .Xc
Line 2884 
Line 2900 
 bind User0 resize-pane -L 3  bind User0 resize-pane -L 3
 .Ed  .Ed
 .It Xo Ic visual-activity  .It Xo Ic visual-activity
 .Op Ic on | off  .Op Ic on | off | both
 .Xc  .Xc
 If on, display a status line message when activity occurs in a window  If on, display a message instead of sending a bell when activity occurs in a
 for which the  window for which the
 .Ic monitor-activity  .Ic monitor-activity
 window option is enabled.  window option is enabled.
   If set to both, a bell and a message are produced.
 .It Xo Ic visual-bell  .It Xo Ic visual-bell
 .Op Ic on | off  .Op Ic on | off | both
 .Xc  .Xc
 If this option is on, a message is shown on a bell instead of it being passed  If on, a message is shown on a bell instead of it being passed through to the
 through to the terminal (which normally makes a sound).  terminal (which normally makes a sound).
   If set to both, a bell and a message are produced.
 Also see the  Also see the
 .Ic bell-action  .Ic bell-action
 option.  option.
 .It Xo Ic visual-silence  .It Xo Ic visual-silence
 .Op Ic on | off  .Op Ic on | off | both
 .Xc  .Xc
 If  If
 .Ic monitor-silence  .Ic monitor-silence
 is enabled, prints a message after the interval has expired on a given window.  is enabled, prints a message after the interval has expired on a given window
   instead of sending a bell.
   If set to both, a bell and a message are produced.
 .It Ic word-separators Ar string  .It Ic word-separators Ar string
 Sets the session's conception of what characters are considered word  Sets the session's conception of what characters are considered word
 separators, for the purposes of the next and previous word commands in  separators, for the purposes of the next and previous word commands in

Legend:
Removed from v.1.568  
changed lines
  Added in v.1.569