Hey,
your patch made it into the iTerm version of tmux it seems, and I got
the pipe-pane stuff done working by scripting tmux
Thanks,
peter.
On 9/11/12 11:27 , Jesse Molina wrote:
>
> Good question.
>
> I tried doing something similar some months back, and nothing worked.
> When I asked here ab
Good question.
I tried doing something similar some months back, and nothing worked.
When I asked here about it, the answer was that some kind of bug was
preventing pipe-pane from working properly.
I don't know if that ever got fixed.
Reference:
http://comments.gmane.org/gmane.comp.terminal-e
List,
with screen I use 'deflog' to log everything by default. Is there an
equivalent for tmux? I've read that logging is commonly accomplished
using the pipe-pane command and tried putting:
pipe-pane -o "exec cat >>$HOME/'#W-tmux.log'"
into my .tmux.conf but that doesn't produce log files.