[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.807 and 1.808

version 1.807, 2020/12/03 07:12:12 version 1.808, 2020/12/15 08:31:50
Line 3136 
Line 3136 
 Commands which set options are as follows:  Commands which set options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo Ic set-option  .It Xo Ic set-option
 .Op Fl aFgopqsuw  .Op Fl aFgopqsuUw
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Ar option Ar value  .Ar option Ar value
 .Xc  .Xc
Line 3169 
Line 3169 
 options (or with  options (or with
 .Fl g ,  .Fl g ,
 restores a global option to the default).  restores a global option to the default).
   .Fl U
   unsets an option (like
   .Fl u )
   but if the option is a pane option also unsets the option on any panes in the
   window.
 .Ar value  .Ar value
 depends on the option and may be a number, a string, or a flag (on, off, or  depends on the option and may be a number, a string, or a flag (on, off, or
 omitted to toggle).  omitted to toggle).
Line 4062 
Line 4067 
 section.  section.
 Attributes are ignored.  Attributes are ignored.
 .Pp  .Pp
 .It Xo Ic synchronize-panes  
 .Op Ic on | off  
 .Xc  
 Duplicate input to any pane to all other panes in the same window (only  
 for panes that are not in any special mode).  
 .Pp  
 .It Ic window-status-activity-style Ar style  .It Ic window-status-activity-style Ar style
 Set status line style for windows with an activity alert.  Set status line style for windows with an activity alert.
 For how to specify  For how to specify
Line 4189 
Line 4188 
 The pane may be reactivated with the  The pane may be reactivated with the
 .Ic respawn-pane  .Ic respawn-pane
 command.  command.
   .Pp
   .It Xo Ic synchronize-panes
   .Op Ic on | off
   .Xc
   Duplicate input to all other panes in the same window where this option is also
   on (only for panes that are not in any mode).
 .Pp  .Pp
 .It Ic window-active-style Ar style  .It Ic window-active-style Ar style
 Set the pane style when it is the active pane.  Set the pane style when it is the active pane.

Legend:
Removed from v.1.807  
changed lines
  Added in v.1.808