[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.924 and 1.925

version 1.924, 2023/07/11 16:09:09 version 1.925, 2023/08/08 08:08:47
Line 4073 
Line 4073 
 .Xr lock 1  .Xr lock 1
 with  with
 .Fl np .  .Fl np .
   .It Ic menu-style Ar style
   Set the menu style.
   See the
   .Sx STYLES
   section on how to specify
   .Ar style .
   Attributes are ignored.
   .It Ic menu-border-style Ar style
   Set the menu border style.
   See the
   .Sx STYLES
   section on how to specify
   .Ar style .
   Attributes are ignored.
   .It Ic menu-border-lines Ar type
   Set the type of characters used for drawing menu borders.
   See
   .Ic popup-border-lines
   for possible values for
   .Ar type .
 .It Ic message-command-style Ar style  .It Ic message-command-style Ar style
 Set status line message command style.  Set status line message command style.
 This is used for the command prompt with  This is used for the command prompt with
Line 4540 
Line 4560 
 .Pp  .Pp
 .It Ic popup-style Ar style  .It Ic popup-style Ar style
 Set the popup style.  Set the popup style.
 For how to specify  See the
 .Ar style ,  
 see the  
 .Sx STYLES  .Sx STYLES
 section.  section on how to specify
   .Ar style .
 Attributes are ignored.  Attributes are ignored.
 .Pp  .Pp
 .It Ic popup-border-style Ar style  .It Ic popup-border-style Ar style
 Set the popup border style.  Set the popup border style.
 For how to specify  See the
 .Ar style ,  
 see the  
 .Sx STYLES  .Sx STYLES
 section.  section on how to specify
   .Ar style .
 Attributes are ignored.  Attributes are ignored.
 .Pp  .Pp
 .It Ic popup-border-lines Ar type  .It Ic popup-border-lines Ar type
Line 6028 
Line 6046 
 .Tg menu  .Tg menu
 .It Xo Ic display-menu  .It Xo Ic display-menu
 .Op Fl O  .Op Fl O
   .Op Fl b Ar border-lines
 .Op Fl c Ar target-client  .Op Fl c Ar target-client
   .Op Fl s Ar style
   .Op Fl S Ar border-style
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Fl S Ar starting-choice  .Op Fl C Ar starting-choice
 .Op Fl T Ar title  .Op Fl T Ar title
 .Op Fl x Ar position  .Op Fl x Ar position
 .Op Fl y Ar position  .Op Fl y Ar position
Line 6057 
Line 6078 
 The name may be empty for a separator line, in which case both the key and  The name may be empty for a separator line, in which case both the key and
 command should be omitted.  command should be omitted.
 .Pp  .Pp
   .Fl b
   sets the type of characters used for drawing menu borders.
   See
   .Ic popup-border-lines
   for possible values for
   .Ar border-lines .
   .Pp
   .Fl s
   sets the style for the menu and
   .Fl S
   sets the style for the menu border (see
   .Sx STYLES ) .
   .Pp
 .Fl T  .Fl T
 is a format for the menu title (see  is a format for the menu title (see
 .Sx FORMATS ) .  .Sx FORMATS ) .
 .Fl S  .Pp
   .Fl C
 sets the menu item selected by default, if the menu is not bound to a mouse key  sets the menu item selected by default, if the menu is not bound to a mouse key
 binding.  binding.
 .Pp  .Pp
Line 6175 
Line 6210 
 .Op Fl d Ar start-directory  .Op Fl d Ar start-directory
 .Op Fl e Ar environment  .Op Fl e Ar environment
 .Op Fl h Ar height  .Op Fl h Ar height
 .Op Fl s Ar style  .Op Fl s Ar border-style
 .Op Fl S Ar border-style  .Op Fl S Ar style
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Fl T Ar title  .Op Fl T Ar title
 .Op Fl w Ar width  .Op Fl w Ar width
Line 6219 
Line 6254 
 does not surround the popup by a border.  does not surround the popup by a border.
 .Pp  .Pp
 .Fl b  .Fl b
 sets the type of border line for the popup.  sets the type of characters used for drawing popup borders.
 When  When
 .Fl B  .Fl B
 is specified, the  is specified, the
Line 6233 
Line 6268 
 .Fl s  .Fl s
 sets the style for the popup and  sets the style for the popup and
 .Fl S  .Fl S
 sets the style for the popup border.  sets the style for the popup border (see
 For how to specify  .Sx STYLES ) .
 .Ar style ,  
 see the  
 .Sx STYLES  
 section.  
 .Pp  .Pp
 .Fl e  .Fl e
 takes the form  takes the form

Legend:
Removed from v.1.924  
changed lines
  Added in v.1.925