[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.576 and 1.577

version 1.576, 2017/08/23 09:39:11 version 1.577, 2017/09/02 17:51:54
Line 1923 
Line 1923 
 .It Xo Ic select-pane  .It Xo Ic select-pane
 .Op Fl DdegLlMmRU  .Op Fl DdegLlMmRU
 .Op Fl P Ar style  .Op Fl P Ar style
   .Op Fl T Ar title
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Xc  .Xc
 .D1 (alias: Ic selectp )  .D1 (alias: Ic selectp )
Line 1978 
Line 1979 
 .Pp  .Pp
 .Fl g  .Fl g
 shows the current pane style.  shows the current pane style.
   .Pp
   .Fl T
   sets the pane title.
 .It Xo Ic select-window  .It Xo Ic select-window
 .Op Fl lnpT  .Op Fl lnpT
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
Line 2874 
Line 2878 
 Display  Display
 .Ar string  .Ar string
 to the right of the status line.  to the right of the status line.
 By default, the current window title in double quotes, the date and the time  By default, the current pane title in double quotes, the date and the time
 are shown.  are shown.
 As with  As with
 .Ic status-left ,  .Ic status-left ,
Line 3722 
Line 3726 
 .Nm  .Nm
 identifier for a window or session.  identifier for a window or session.
 Only panes have titles.  Only panes have titles.
 A pane's title is typically set by the program running inside the pane and  A pane's title is typically set by the program running inside the pane using
 is not modified by  an escape sequence (like it would set the
 .Nm .  
 It is the same mechanism used to set for example the  
 .Xr xterm 1  .Xr xterm 1
 window title in an  window title in
 .Xr X 7  .Xr X 7 Ns ).
 window manager.  
 Windows themselves do not have titles - a window's title is the title of its  Windows themselves do not have titles - a window's title is the title of its
 active pane.  active pane.
 .Nm  .Nm
Line 3770 
Line 3771 
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ printf '\e033]2;My Title\e033\e\e'  $ printf '\e033]2;My Title\e033\e\e'
 .Ed  .Ed
   .Pp
   It can also be modified with the
   .Ic select-pane
   .Fl T
   command.
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 When the server is started,  When the server is started,
 .Nm  .Nm

Legend:
Removed from v.1.576  
changed lines
  Added in v.1.577