Re: Problem using pipe-pane

2011-07-28 Thread Nicholas Marriott
Doh. Try this. Index: cmd-pipe-pane.c === RCS file: /cvs/src/usr.bin/tmux/cmd-pipe-pane.c,v retrieving revision 1.19 diff -u -p -r1.19 cmd-pipe-pane.c --- cmd-pipe-pane.c 29 Mar 2011 19:30:16 - 1.19 +++ cmd-pipe-pane.c

Re: Problem using pipe-pane

2011-07-28 Thread Jason Axelson
Yes it looks like I missed that .0. But for some reason :consumer.0 isn't working for me for send-keys so I've changed all the commands to use the index of the window instead of the name. When I run the script this is the output I get: $ ./test.sh rm: cannot remove `/tmp/wait': No such file or dir

Re: Problem using pipe-pane

2011-07-28 Thread Nicholas Marriott
Are you sure you shouldn't be doing "send-keys -t ${session}:consumer.0" as well? On Wed, Jul 27, 2011 at 07:10:59PM -1000, Jason Axelson wrote: > Hi, > > I seem to be having some trouble understanding how pipe-pane should > work. It seems like it will only capture output if the pane is > curr