[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.905 and 1.906

version 1.905, 2022/11/03 08:33:57 version 1.906, 2022/11/10 22:58:39
Line 23 
Line 23 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm tmux  .Nm tmux
 .Bk -words  .Bk -words
 .Op Fl 2CDluvV  .Op Fl 2CDlNuVv
 .Op Fl c Ar shell-command  .Op Fl c Ar shell-command
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl L Ar socket-name  .Op Fl L Ar socket-name
Line 203 
Line 203 
 is specified, the default socket directory is not used and any  is specified, the default socket directory is not used and any
 .Fl L  .Fl L
 flag is ignored.  flag is ignored.
   .It Fl T Ar features
   Set terminal features for the client.
   This is a comma-separated list of features.
   See the
   .Ic terminal-features
   option.
 .It Fl u  .It Fl u
 Write UTF-8 output to the terminal even if the first environment  Write UTF-8 output to the terminal even if the first environment
 variable of  variable of
Line 214 
Line 220 
 .Qq UTF-8  .Qq UTF-8
 or  or
 .Qq UTF8 .  .Qq UTF8 .
 .It Fl T Ar features  .It Fl V
 Set terminal features for the client.  Report the
 This is a comma-separated list of features.  .Nm
 See the  version.
 .Ic terminal-features  
 option.  
 .It Fl v  .It Fl v
 Request verbose logging.  Request verbose logging.
 Log messages will be saved into  Log messages will be saved into
Line 244 
Line 248 
 server process to toggle logging between on (as if  server process to toggle logging between on (as if
 .Fl v  .Fl v
 was given) and off.  was given) and off.
 .It Fl V  
 Report the  
 .Nm  
 version.  
 .It Ar command Op Ar flags  .It Ar command Op Ar flags
 This specifies one of a set of commands used to control  This specifies one of a set of commands used to control
 .Nm ,  .Nm ,

Legend:
Removed from v.1.905  
changed lines
  Added in v.1.906