Re: [perl] Tmux rocks - it debugs fork()s

2012-12-01 Thread Thomas Adam
On 1 December 2012 20:22, Peter Vereshagin wrote: > Should also like to know if the DSL (e. g., Perl) interface for Tmux protocol > client implementation shall ever be available which way to be notified about > that in time (before too long) is the best? I do not understand the question. Are you

Re: [perl] Tmux rocks - it debugs fork()s

2012-12-01 Thread Peter Vereshagin
Hello. 2012/11/30 16:42:51 + Thomas Adam => To Peter Vereshagin : TA> That's because they use the generated configure script already. In the case TA> of using Git, you're having to bootstrap the creation of those files. Cool my guess was right: the different build methods. Should also lik

Re: New-session not working as expected

2012-12-01 Thread Nicholas Marriott
a) There was a problem with the way nested sessions are detected on some platforms, try tmux from git. b) Do TMUX= tmux new -dsBar On Fri, Nov 30, 2012 at 11:36:27AM -0800, Nate Soares wrote: >Consider the following sequence of commands: >> tmux new-session -s Foo >[you are now at

New-session not working as expected

2012-12-01 Thread Nate Soares
Consider the following sequence of commands: > tmux new-session -s Foo [you are now attached to session Foo] > tmux new-session -d -s Bar sessions should be nested with care, unset $TMUX to force I'm not trying to nest sessions. Note the "-d" in tmux new-session. I'm trying to create the "Bar" se