[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.173 and 1.174

version 1.173, 2010/05/31 19:51:29 version 1.174, 2010/06/05 16:34:30
Line 1124 
Line 1124 
 closed before  closed before
 .Ar shell-command  .Ar shell-command
 is executed.  is executed.
   The
   .Ar shell-command
   string may contain the special character sequences supported by the
   .Ic status-left
   command.
 If no  If no
 .Ar shell-command  .Ar shell-command
 is given, the current pipe (if any) is closed.  is given, the current pipe (if any) is closed.
Line 1133 
Line 1138 
 option only opens a new pipe if no previous pipe exists, allowing a pipe to  option only opens a new pipe if no previous pipe exists, allowing a pipe to
 be toggled with a single key, for example:  be toggled with a single key, for example:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 bind-key C-p pipe-pane -o 'cat >>~/output'  bind-key C-p pipe-pane -o 'cat >>~/output.#I-#P'
 .Ed  .Ed
 .It Xo Ic previous-window  .It Xo Ic previous-window
 .Op Fl a  .Op Fl a

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174