[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.522 and 1.523

version 1.522, 2017/01/10 07:55:48 version 1.523, 2017/01/10 10:08:59
Line 176 
Line 176 
 .Fl L  .Fl L
 flag is ignored.  flag is ignored.
 .It Fl u  .It Fl u
   When starting,
 .Nm  .Nm
 attempts to guess if the terminal is likely to support UTF-8 by checking the  looks for the
 first of the  
 .Ev LC_ALL ,  .Ev LC_ALL ,
 .Ev LC_CTYPE  .Ev LC_CTYPE
 and  and
 .Ev LANG  .Ev LANG
 environment variables to be set for the string "UTF-8".  environment variables: if the first found contains
   .Ql UTF-8 ,
   then the terminal is assumed to support UTF-8.
 This is not always correct: the  This is not always correct: the
 .Fl u  .Fl u
 flag explicitly informs  flag explicitly informs
Line 1183 
Line 1185 
 Panes may be resized with the  Panes may be resized with the
 .Ic resize-pane  .Ic resize-pane
 command (bound to  command (bound to
 .Ql C-up ,  .Ql C-Up ,
 .Ql C-down  .Ql C-Down
 .Ql C-left  .Ql C-Left
 and  and
 .Ql C-right  .Ql C-Right
 by default), the current pane may be changed with the  by default), the current pane may be changed with the
 .Ic select-pane  .Ic select-pane
 command and the  command and the
Line 1724 
Line 1726 
 The  The
 .Ev TERM  .Ev TERM
 environment variable must be set to  environment variable must be set to
 .Dq screen  .Ql screen
   or
   .Ql tmux
 for all programs running  for all programs running
 .Em inside  .Em inside
 .Nm .  .Nm .
 New windows will automatically have  New windows will automatically have
 .Dq TERM=screen  .Ql TERM=screen
 added to their environment, but care must be taken not to reset this in shell  added to their environment, but care must be taken not to reset this in shell
 start-up files.  start-up files.
 .Pp  .Pp
Line 2222 
Line 2226 
 is the name of the key (such as  is the name of the key (such as
 .Ql C-a  .Ql C-a
 or  or
 .Ql npage  .Ql NPage )
 ) to send; if the string is not recognised as a key, it is sent as a series of  to send; if the string is not recognised as a key, it is sent as a series of
 characters.  characters.
 The  The
 .Fl l  .Fl l

Legend:
Removed from v.1.522  
changed lines
  Added in v.1.523