Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
Ok, new -t woks, thx ! On Thu, May 23, 2013 at 4:54 PM, Nicholas Marriott wrote: > > new -t > > > On Thu, May 23, 2013 at 09:45:54PM +0100, Thomas Adam wrote: >>Oops, >> >>tmux new -a session >> >>Thomas >> >>On 23 May 2013 21:28, "Long Vu" <[1]long...@intelerad.com> wrote: >> >>

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
Doesn't work either. Is this a feature later than 1.6? I am using tmux 1.6 [lvu@lvu 16:53:02 ~]$ tmux list-sess 0: 3 windows (created Thu May 23 14:58:57 2013) [196x61] (attached) 1: 1 windows (created Thu May 23 16:28:53 2013) [196x61] [lvu@lvu 16:53:04 ~]$ tmux new -a 0 tmux: unknown option -

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Nicholas Marriott
new -t On Thu, May 23, 2013 at 09:45:54PM +0100, Thomas Adam wrote: >Oops, > >tmux new -a session > >Thomas > >On 23 May 2013 21:28, "Long Vu" <[1]long...@intelerad.com> wrote: > > On Thu, May 23, 2013 at 4:19 PM, Thomas Adam <[2]tho...@xteddy.org> > wrote: > >

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Thomas Adam
Oops, tmux new -a session Thomas On 23 May 2013 21:28, "Long Vu" wrote: > On Thu, May 23, 2013 at 4:19 PM, Thomas Adam wrote: > > On Thu, May 23, 2013 at 03:09:54PM -0400, Long Vu wrote: > >> Hi, > >> > >> I am using tmux 1.6 from the rpmforge repo on RHEL 6. > >> > >> Is it possible to have m

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
On Thu, May 23, 2013 at 4:19 PM, Thomas Adam wrote: > On Thu, May 23, 2013 at 03:09:54PM -0400, Long Vu wrote: >> Hi, >> >> I am using tmux 1.6 from the rpmforge repo on RHEL 6. >> >> Is it possible to have multiple clients connecting to the same session >> but each client viewing at different win

Re: Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Thomas Adam
On Thu, May 23, 2013 at 03:09:54PM -0400, Long Vu wrote: > Hi, > > I am using tmux 1.6 from the rpmforge repo on RHEL 6. > > Is it possible to have multiple clients connecting to the same session > but each client viewing at different window? > > So far when one client change to a different wind

Multiple clients connecting to same session but each viewing different window?

2013-05-23 Thread Long Vu
Hi, I am using tmux 1.6 from the rpmforge repo on RHEL 6. Is it possible to have multiple clients connecting to the same session but each client viewing at different window? So far when one client change to a different window, the other client connected to the same session is also affected. Tha