> Hi guys,
>
> First, I'd like to give huge kudos to all you tmux developers,
> contributors and users. This is brilliant piece of software. Thanks!
>
> Second, I've been discussing small patch I created (attached) for tmux
> with Thomas Adam on #tmux and we think it's good enough to go into
> ma
I noticed (accidentally) that the check to prevent nesting tmux in the same
server wasn't working. I tracked this down to the fact that $TMUX is
"/tmp//tmux-499/default,917,0" in my first session. Note the double-slash,
because _PATH_TMP is "/tmp/".
The first time tmux is run, before the socket
A couple weeks ago, I had the idea to build an X11 terminal into tmux. I was
unsatisfied with my rxvt fork and wanted a cleaner code base on which to
implement new features. Since a majority of my terminals contain tmux windows
anyway, I figured it was worth a shot. It turned out to be surprisin