[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.32 and 1.33

version 1.32, 2009/07/16 22:50:49 version 1.33, 2009/07/17 13:38:03
Line 36 
Line 36 
 .Pp  .Pp
 .Nm  .Nm
 runs as a server-client system.  runs as a server-client system.
 A server is created automatically when necessary and holds a number of  A server holds a number of
 .Em sessions ,  .Em sessions ,
 each of which may have a number of  each of which may have a number of
 .Em windows  .Em windows
 linked to it.  linked to it.
   A server is started automatically when the first session is created and exits
   when all the sessions it contains are destroyed.
 A window may be split on screen into one or more  A window may be split on screen into one or more
 .Em panes ,  .Em panes ,
 each of which is a separate terminal.  each of which is a separate terminal.
Line 123 
Line 125 
 flag explicitly informs  flag explicitly informs
 .Nm  .Nm
 that UTF-8 is supported.  that UTF-8 is supported.
   .Pp
   If the server is started from a client passed
   .Fl u
   or where UTF-8 is detected, the
   .Ic utf8
   and
   .Ic status-utf8
   options are enabled in the global window and session options respectively.
 .It Fl v  .It Fl v
 Request verbose logging.  Request verbose logging.
 This option may be specified multiple times for increasing verbosity.  This option may be specified multiple times for increasing verbosity.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33