Entering tmux control mode without attaching session

2015-02-25 Thread Jared Stafford
I was trying to write a script that uses control mode to monitor window changes. However, if I run "tmux -C", it creates a new session and attaches to it. If I run "tmux -C list-sessions", I get the output for list-sessions, but it exits immediately. Is there some way I can run tmux in control mod

Re: Corrupting the terminal with /dev/urandom

2013-09-26 Thread Jared Stafford
I've had this problem before. Sometimes 'reset' doesn't fix it because the binary data includes the magic tmux escape code to set the window name. I have to go in and explicitly change the window name back, and then it works fine. On Thu, Sep 26, 2013 at 11:27 AM, Saad Malik wrote: > Paulo, > Hmm

Re: Patch with Lua support (+more)

2013-08-08 Thread Jared Stafford
ng, which could easily be separated from the Lua patch, also helps if I run nested tmux sessions - it tells me which tmux instance I'm about to send a command to. On Thu, Aug 8, 2013 at 4:09 PM, Thomas Adam wrote: > Hi, > > On 8 August 2013 21:53, Jared Stafford wrote: >> A while

Patch with Lua support (+more)

2013-08-08 Thread Jared Stafford
d the patch file, which should be applied against git commit 84c22d053b5ec1cd25e1694fa3889922b9cbe11b. I didn't include the Lua interpreter itself, but you can download it from http://www.lua.org/ftp/lua-5.2.2.tar.gz . Just extract that, then copy the directory lua-5.2.2/src/ to /lua/. - Jared Stafford (jspeng...@jspeng