[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.9 and 1.10

version 1.9, 2009/06/03 15:58:40 version 1.10, 2009/06/03 16:54:26
Line 1133 
Line 1133 
 Where appropriate, these may be prefixed with a number to specify the maximum  Where appropriate, these may be prefixed with a number to specify the maximum
 length, for example  length, for example
 .Ql #24T .  .Ql #24T .
   .Pp
   By default, UTF-8 in
   .Ar string
   is not interpreted, to enable UTF-8, use the
   .Ic status-utf8
   option.
 .It Ic status-left-length Ar length  .It Ic status-left-length Ar length
 Set the maximum  Set the maximum
 .Ar length  .Ar length
Line 1147 
Line 1153 
 .Ic status-left ,  .Ic status-left ,
 .Ar string  .Ar string
 will be passed to  will be passed to
 .Xr strftime 3  .Xr strftime 3 ,
 and character pairs are replaced.  character pairs are replaced, and UTF-8 is dependent on the
   .Ic status-utf8
   option.
 .It Ic status-right-length Ar length  .It Ic status-right-length Ar length
 Set the maximum  Set the maximum
 .Ar length  .Ar length
 of the right component of the status bar.  of the right component of the status bar.
 The default is 40.  The default is 40.
   .Pp
   .It Xo Ic status-utf8
   .Op Ic on | Ic off
   .Xc
   Instruct
   .Nm
   to treat top-bit-set characters in the
   .Ic status-left
   and
   .Ic status-right
   strings as UTF-8; notably, this is important for wide characters.
   This option defaults to off.
 .El  .El
 .It Xo Ic set-password  .It Xo Ic set-password
 .Op Fl c  .Op Fl c

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10