Sadly I don&#39;t use tmux - I spend a lot of time in shells, but for some reason all this time I&#39;ve just had multiple concurrent sessions... which is 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 be cool :)<br><br><div class="gmail_quote">On Thu, Mar 11, 2010 at 2:24 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;"><div class="im"><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; wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
On Thu, Mar 11, 2010 at 01:43:01PM -0500, Scott Huffman &gt;&gt;<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
tmux attach-session<div class="im"><br>
<br>
It&#39;s too long, so I created alias tmad = &quot;tmux attach-session&quot;<br>
</div></blockquote><div class="im">
<br>
<br>
Bravo, another tmux fan!  I wrote a convenience script for tmux ~/bin/term<br>
which either attaches the given session, or starts it if needed.  It 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>
</div></blockquote>
<br>
Huh! I hadn&#39;t heard of tmux.  Looks like an improvement on screen. I&#39;ll have to give it a shot.<br><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>