CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2009/10/11 04:04:27

Modified files:
        usr.bin/tmux   : Makefile cmd.c server.c tmux.1 tmux.h window.c 
Added files:
        usr.bin/tmux   : cmd-pipe-pane.c 

Log message:
Add a pipe-pane command to allow a pane to be piped to a shell command, for
example:

pipe-pane 'cat >~/out'

No arguments stops outputing and closes the pipe; the -o flag toggles a pipe
and on and off (useful for key bindings).

Suggested by es...@.

Reply via email to