I especially enjoy the screenshot in which he is looking at curses source and a conversation about the screenshot itself multi-plexed.<br>The meta-irony is super-whelming.<br><br><a href="http://tmux.sourceforge.net/tmux5.png">http://tmux.sourceforge.net/tmux5.png</a><br>
<br><div class="gmail_quote">On Thu, Mar 11, 2010 at 2:29 PM,  <span dir="ltr">&lt;<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>From their page, it looks like a replacement for screen. The most interesting part (for me) is the greater control over how to split the terminal into multiple subwindows.<br>
<br>
<a href="http://tmux.sourceforge.net/" target="_blank">http://tmux.sourceforge.net/</a><div><div></div><div class="h5"><br>
<br>
On Thu, Mar 11, 2010 at 2:26 PM, Ben DeMott &lt;<a href="mailto:ben.demott@gmail.com" target="_blank">ben.demott@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Sadly I don&#39;t use tmux - I spend a lot of time in shells, but for some<br>
reason all this time I&#39;ve just had multiple concurrent sessions... which is<br>
probably stupid of me.<br>
<br>
Can you use tmux with screen? - do you have to?<br>
Can you open tmux in a virtual frame buffer using xvfb I wonder - that would<br>
be cool :)<br>
<br>
On Thu, Mar 11, 2010 at 2:24 PM, &lt;<a href="mailto:mikemol@gmail.com" target="_blank">mikemol@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
On Thu, Mar 11, 2010 at 2:21 PM, John J. Foerch &lt;<a href="mailto:jjfoerch@earthlink.net" target="_blank">jjfoerch@earthlink.net</a>&gt;<br>
wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
On Thu, Mar 11, 2010 at 01:43:01PM -0500, Scott Huffman &gt;&gt;<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
tmux attach-session<br>
<br>
It&#39;s too long, so I created alias tmad = &quot;tmux attach-session&quot;<br>
</blockquote>
<br>
<br>
Bravo, another tmux fan!  I wrote a convenience script for tmux<br>
~/bin/term<br>
which either attaches the given session, or starts it if needed.  It<br>
looks<br>
like this:<br>
<br>
<br>
 #! /bin/bash<br>
<br>
 if tmux has-session -t &quot;$1&quot;; then<br>
     exec urxvtc -e tmux attach -t &quot;$1&quot;<br>
 else<br>
     exec urxvtc -e tmux new -s &quot;$1&quot;<br>
 fi<br>
</blockquote>
<br>
Huh! I hadn&#39;t heard of tmux.  Looks like an improvement on screen. I&#39;ll<br>
have to give it a shot.<br>
--<br>
:wq<br>
<br>
<br>
_______________________________________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
</blockquote>
<br>
<br>
_______________________________________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
<br>
</blockquote>
<br>
<br>
<br></div></div><font color="#888888">
-- <br>
:wq<br>
<br>
</font><br>_______________________________________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br></blockquote></div><br>