[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.1 and 1.2

version 1.1, 2009/06/01 22:58:49 version 1.2, 2009/06/01 23:51:00
Line 92 
Line 92 
 .Fl S  .Fl S
 a full path is not necessary: the sockets are all created in the same  a full path is not necessary: the sockets are all created in the same
 directory.  directory.
   .Pp
   If the socket is accidentally removed, the
   .Em SIGUSR1
   signal may be sent to the
   .Nm
   server process to recreate it.
 .It Fl S Ar socket-path  .It Fl S Ar socket-path
 Specify a full alternative path to the server socket.  Specify a full alternative path to the server socket.
 If  If
Line 102 
Line 108 
 .It Fl U  .It Fl U
 Unlock the server.  Unlock the server.
 .It Fl u  .It Fl u
 Instruct  
 .Nm  .Nm
 that the terminal support UTF-8.  attempts to guess if the terminal is likely to support UTF-8 by first checking
   the
   .Ev LANG
   environment variable for the string "UTF-8", and then by - if the terminal
   looks suitable - trying to print a UTF-8 character and measuring the cursor
   movement.
   These are not always successful: the
   .Fl u
   flag explicitly informs
   .Nm
   that the UTF-8 is supported.
 .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.
Line 269 
Line 284 
 .It Li "Cursor right" Ta "l" Ta "Right"  .It Li "Cursor right" Ta "l" Ta "Right"
 .It Li "Start selection" Ta "Space" Ta "C-Space"  .It Li "Start selection" Ta "Space" Ta "C-Space"
 .It Li "Cursor up" Ta "k" Ta "Up"  .It Li "Cursor up" Ta "k" Ta "Up"
   .It Li "Paste buffer" Ta "p" Ta "C-y"
 .El  .El
 .Pp  .Pp
   The paste buffer key pastes the first line from the top paste buffer on the
   stack.
 .Sh BUFFERS  .Sh BUFFERS
 .Nm  .Nm
 maintains a stack of  maintains a stack of
Line 328 
Line 346 
 Panes are spread out evenly from left to right across the window.  Panes are spread out evenly from left to right across the window.
 .It Ic even-vertical  .It Ic even-vertical
 Panes are spread evenly from top to bottom.  Panes are spread evenly from top to bottom.
   .It Ic main-horizontal
   A large (main) pane is shown at the top of the window and the remaining panes are
   spread from left to right in the leftover space at the bottom.
   Use the
   .Em main-pane-height
   window option to specify the height of the top pane.
 .It Ic main-vertical  .It Ic main-vertical
 A large (81 column) pane is shown on the left of the window and the remaining  Similar to
 panes are spread from top to bottom in the leftover space to the right.  .Ic main-horizontal
   but the large pane is placed on the left and the others spread from top to
   bottom along the right.
   See the
   .Em main-pane-width
   window option.
 .El  .El
 .Sh COMMANDS  .Sh COMMANDS
 This section contains a list of the commands supported by  This section contains a list of the commands supported by
Line 474 
Line 503 
 attached to the current client may be selected interactively from a list.  attached to the current client may be selected interactively from a list.
 This command works only from inside  This command works only from inside
 .Nm .  .Nm .
   .It Xo Ic clear-history
   .Op Fl p Ar pane-index
   .Op Fl t Ar target-window
   .Xc
   .D1 (alias: Ic clearhist)
   Remove and free the history for the specified pane.
 .It Xo Ic clock-mode  .It Xo Ic clock-mode
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Xc  .Xc
Line 811 
Line 846 
 has the same meaning as in the  has the same meaning as in the
 .Ic copy-mode  .Ic copy-mode
 command.  command.
   .It Xo Ic select-layout
   .Op Fl t Ar target-window
   .Ar layout-name
   .Xc
   .D1 (alias: selectl)
   Choose a specific layout for a window.
 .It Xo Ic select-pane  .It Xo Ic select-pane
 .Op Fl p Ar pane-index  .Op Fl p Ar pane-index
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
Line 1134 
Line 1175 
 or  or
 .Ar height .  .Ar height .
 A value of zero restores the default unlimited setting.  A value of zero restores the default unlimited setting.
   .It Ic main-pane-width Ar width
   .It Ic main-pane-height Ar height
   Set the width or height of the main (left or top) pane in the
   .Ic main-horizontal
   or
   .Ic main-vertical
   layouts.
 .It Ic mode-attr Ar attributes  .It Ic mode-attr Ar attributes
 Set window modes attributes.  Set window modes attributes.
 .It Ic mode-bg Ar colour  .It Ic mode-bg Ar colour

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2