[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.590 and 1.591

version 1.590, 2017/12/22 10:16:36 version 1.591, 2018/01/16 09:00:38
Line 1800 
Line 1800 
 .Fl a  .Fl a
 is used, move to the next window with an alert.  is used, move to the next window with an alert.
 .It Xo Ic pipe-pane  .It Xo Ic pipe-pane
 .Op Fl o  .Op Fl IOo
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar shell-command  .Op Ar shell-command
 .Xc  .Xc
 .D1 (alias: Ic pipep )  .D1 (alias: Ic pipep )
 Pipe any output sent by the program in  Pipe output sent by the program in
 .Ar target-pane  .Ar target-pane
 to a shell command.  to a shell command or vice versa.
 A pane may only be piped to one command at a time, any existing pipe is  A pane may only be connected to one command at a time, any existing pipe is
 closed before  closed before
 .Ar shell-command  .Ar shell-command
 is executed.  is executed.
Line 1820 
Line 1820 
 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.
   .Pp
   .Fl I
   and
   .Fl O
   specify which of the
   .Ar shell-command
   output streams are connected to the pane:
   with
   .Fl I
   stdout is connected (so anything
   .Ar shell-command
   prints is written to the pane as if it were typed);
   with
   .Fl O
   stdin is connected (so any output in the pane is piped to
   .Ar shell-command ) .
   Both may be used together and if neither are specified,
   .Fl O
   is used.
 .Pp  .Pp
 The  The
 .Fl o  .Fl o

Legend:
Removed from v.1.590  
changed lines
  Added in v.1.591