[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.861 and 1.862

version 1.861, 2021/10/13 09:28:36 version 1.862, 2021/10/14 13:19:01
Line 4276 
Line 4276 
 section.  section.
 Attributes are ignored.  Attributes are ignored.
 .Pp  .Pp
   .It Ic popup-style Ar style
   Set the popup style.
   For how to specify
   .Ar style ,
   see the
   .Sx STYLES
   section.
   Attributes are ignored.
   .Pp
   .It Ic popup-border-style Ar style
   Set the popup border style.
   For how to specify
   .Ar style ,
   see the
   .Sx STYLES
   section.
   Attributes are ignored.
   .Pp
   .It Ic popup-border-lines Ar type
   Set the type of characters used for drawing popup borders.
   .Ar type
   may be one of:
   .Bl -tag -width Ds
   .It single
   single lines using ACS or UTF-8 characters (default)
   .It rounded
   variation of single with rounded corners using UTF-8 characters
   .It double
   double lines using UTF-8 characters
   .It heavy
   heavy lines using UTF-8 characters
   .It simple
   simple ASCII characters
   .It padded
   simple ASCII space character
   .It none
   no border
   .El
   .Pp
   .Ql double
   and
   .Ql heavy
   will fall back to standard ACS line drawing when UTF-8 is not supported.
   .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 5769 
Line 5813 
 .Tg popup  .Tg popup
 .It Xo Ic display-popup  .It Xo Ic display-popup
 .Op Fl BCE  .Op Fl BCE
   .Op Fl b Ar border-lines
 .Op Fl c Ar target-client  .Op Fl c Ar target-client
 .Op Fl d Ar start-directory  .Op Fl d Ar start-directory
 .Op Fl e Ar environment  .Op Fl e Ar environment
Line 5809 
Line 5854 
 give the width and height - both may be a percentage (followed by  give the width and height - both may be a percentage (followed by
 .Ql % ) .  .Ql % ) .
 If omitted, half of the terminal size is used.  If omitted, half of the terminal size is used.
   .Pp
 .Fl B  .Fl B
 does not surround the popup by a border.  does not surround the popup by a border.
   .Pp
   .Fl b
   sets the type of border line for the popup.
   When
   .Fl B
   is specified the
   .Fl b
   option is ignored.
   See
   .Ic popup-border-lines
   for possible values for
   .Ar border-lines .
 .Pp  .Pp
 .Fl e  .Fl e
 takes the form  takes the form

Legend:
Removed from v.1.861  
changed lines
  Added in v.1.862