[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.266 and 1.267

version 1.266, 2012/01/21 08:23:12 version 1.267, 2012/01/21 08:40:09
Line 1652 
Line 1652 
 The  The
 .Fl R  .Fl R
 flag causes the terminal state to be reset.  flag causes the terminal state to be reset.
 .It Ic send-prefix Op Fl t Ar target-pane  .It Xo Ic send-prefix
 Send the prefix key to a window as if it was pressed.  .Op Fl 2
 If multiple prefix keys are configured, only the first is sent.  .Op Fl t Ar target-pane
   .Xc
   Send the prefix key, or with
   .Fl 2
   the secondary prefix key, to a window as if it was pressed.
 .It Xo Ic unbind-key  .It Xo Ic unbind-key
 .Op Fl acn  .Op Fl acn
 .Op Fl t Ar key-table  .Op Fl t Ar key-table
Line 2029 
Line 2033 
 .It Ic pane-border-bg Ar colour  .It Ic pane-border-bg Ar colour
 .It Ic pane-border-fg Ar colour  .It Ic pane-border-fg Ar colour
 Set the pane border colour for panes aside from the active pane.  Set the pane border colour for panes aside from the active pane.
 .It Ic prefix Ar keys  .It Ic prefix Ar key
 Set the keys accepted as a prefix key.  Set the key accepted as a prefix key.
 .Ar keys  .It Ic prefix2 Ar key
 is a comma-separated list of key names, each of which individually behave as  Set a secondary key accepted as a prefix key.
 the prefix key.  
 .It Ic repeat-time Ar time  .It Ic repeat-time Ar time
 Allow multiple commands to be entered without pressing the prefix-key again  Allow multiple commands to be entered without pressing the prefix-key again
 in the specified  in the specified

Legend:
Removed from v.1.266  
changed lines
  Added in v.1.267