Re: Get notification when other users views the same window

2014-01-22 Thread Nicholas Marriott
That's harder to do, I don't have time right now - I'll add it to the todo list. On Thu, Jan 09, 2014 at 06:09:25PM +0100, hubert depesz lubaczewski wrote: > On Thu, Jan 09, 2014 at 02:09:58PM +, Nicholas Marriott wrote: > > This should fix the make install thing: > > OK. What about changin

Re: Get notification when other users views the same window

2014-01-09 Thread hubert depesz lubaczewski
On Thu, Jan 09, 2014 at 02:09:58PM +, Nicholas Marriott wrote: > This should fix the make install thing: OK. What about changing the multi-user patch so that it would also show when there are multiple sessions with the same set of windows cloned (preferably taking into account active window in

Re: Get notification when other users views the same window

2014-01-09 Thread Nicholas Marriott
This should fix the make install thing: diff --git a/configure.ac b/configure.ac index 644b283..f646a0d 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ AC_CANONICAL_HOST # Set up the compiler in two different ways and say yes we may want to install. AC_PROG_CC AM_PROG_CC_C_O +AC_

Re: Get notification when other users views the same window

2014-01-09 Thread hubert depesz lubaczewski
On Mon, Jan 06, 2014 at 03:46:50PM +, Nicholas Marriott wrote: > Try this please, which will let you do for example: > > set -g status-left '#{?session_many_attached,yes,no}' > > To show if a session is attached to multiple clients. Hi, First - sorry for laggin in test. Got busy. So, tested

Re: Get notification when other users views the same window

2014-01-08 Thread Ben Boeckel
On Tue, 24 Dec, 2013 at 17:38:59 GMT, hubert depesz lubaczewski wrote: > For example, I have 300x100 characters, and running tmux. When someone > connects to this session, he would see only certain part of my pane, and > I would still have the whole screen to work with/on? You could do link-window

Re: Get notification when other users views the same window

2014-01-06 Thread Nicholas Marriott
Try this please, which will let you do for example: set -g status-left '#{?session_many_attached,yes,no}' To show if a session is attached to multiple clients. diff --git a/format.c b/format.c index de6d8c8..c92a178 100644 --- a/format.c +++ b/format.c @@ -394,10 +394,8 @@ format_session(struct

Re: Get notification when other users views the same window

2013-12-24 Thread hubert depesz lubaczewski
On Tue, Dec 24, 2013 at 03:41:32PM +, Nicholas Marriott wrote: > Not at the moment but it probably wouldn't be too hard to add a format so you > could do #{?whatever,&,} That would be great. I usually see when other connect (since I have larger screen, so I get immediately lots of "dots" arou

Re: Get notification when other users views the same window

2013-12-24 Thread Nicholas Marriott
Not at the moment but it probably wouldn't be too hard to add a format so you could do #{?whatever,&,} Original message From: hubert depesz lubaczewski Date: 24/12/2013 12:08 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Get notification when other us

Get notification when other users views the same window

2013-12-24 Thread hubert depesz lubaczewski
Hi, I hope that mentioning "gnu screen" is not a problem, but it's the easiest way to explain my situation. If you'll start screen normally, add some windows/screens in it, and you have "sensible" status bar set you might see: depesz@h3po4 > 0$ -bash 1$ -bash 2$ -bash 3-$ -bash [4$ -bash] N