<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 3/11/2010 2:29 PM, <a class="moz-txt-link-abbreviated" href="mailto:mikemol@gmail.com">mikemol@gmail.com</a> wrote:
<blockquote
 cite="mid:g6nydqjjw8sneg98nfUYAxe124vaj_firegpg@mail.gmail.com"
 type="cite">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 class="moz-txt-link-freetext" href="http://tmux.sourceforge.net/">http://tmux.sourceforge.net/</a>
  <br>
  <br>
On Thu, Mar 11, 2010 at 2:26 PM, Ben DeMott
<a class="moz-txt-link-rfc2396E" href="mailto:ben.demott@gmail.com">&lt;ben.demott@gmail.com&gt;</a> wrote:
  <br>
  <blockquote type="cite">Sadly I don't use tmux - I spend a lot of
time in shells, but for some
    <br>
reason all this time I'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, <a class="moz-txt-link-rfc2396E" href="mailto:mikemol@gmail.com">&lt;mikemol@gmail.com&gt;</a> wrote:
    <br>
    <blockquote type="cite"><br>
On Thu, Mar 11, 2010 at 2:21 PM, John J. Foerch
<a class="moz-txt-link-rfc2396E" href="mailto:jjfoerch@earthlink.net">&lt;jjfoerch@earthlink.net&gt;</a>
      <br>
wrote:
      <br>
      <blockquote type="cite"><br>
On Thu, Mar 11, 2010 at 01:43:01PM -0500, Scott Huffman &gt;&gt;
        <br>
        <blockquote type="cite"><br>
tmux attach-session
          <br>
          <br>
It's too long, so I created alias tmad = "tmux attach-session"
          <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 "$1"; then
        <br>
     exec urxvtc -e tmux attach -t "$1"
        <br>
 else
        <br>
     exec urxvtc -e tmux new -s "$1"
        <br>
 fi
        <br>
      </blockquote>
      <br>
Huh! I hadn't heard of tmux.  Looks like an improvement on screen. I'll
      <br>
have to give it a shot.
      <br>
--
      <br>
:wq
      <br>
      <br>
      <br>
_______________________________________________
      <br>
grlug mailing list
      <br>
<a class="moz-txt-link-abbreviated" href="mailto:grlug@grlug.org">grlug@grlug.org</a>
      <br>
<a class="moz-txt-link-freetext" href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a>
      <br>
    </blockquote>
    <br>
    <br>
_______________________________________________
    <br>
grlug mailing list
    <br>
<a class="moz-txt-link-abbreviated" href="mailto:grlug@grlug.org">grlug@grlug.org</a>
    <br>
<a class="moz-txt-link-freetext" href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a>
    <br>
    <br>
  </blockquote>
  <br>
  <br>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
grlug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grlug@grlug.org">grlug@grlug.org</a>
<a class="moz-txt-link-freetext" href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a></pre>
</blockquote>
I've spent a lot of time in thought on this and as for me, tmux is not
a replacement for screen.<br>
<br>
Reason, screen's code is vetted, stable and supported.  I've tried to
build tmux on aix and there is no semblance of support in the irc
channel.  <br>
<br>
Screen also has saved session support, templates,  vertical split (new
patch, not in main) and i've been told by one of the devs, scripting
support with python and lua coming.<br>
<br>
I can personally attest to the awesome support from screen's irc
channel so I'm not kicking them to the curb.<br>
</body>
</html>