Re: different prefix in nested tmux session

2012-06-20 Thread Timothy Smith
Nicholas, On Fri, Jun 15, 2012 at 1:11 AM, Nicholas Marriott wrote: > Of course it changes both if you use -g. Set it without -g in the inner > one. Thank you for helping with this. Yes, of course you're right. I had forgotten the other problem I ran into with this system. When I remove the -g,

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-06-20 Thread Fabio Spelta
> > > It's implicit; I never said it was an option you define or control. Being called an option, I supposed it was _optional_. :) I wonder if it could make sense in certain situations to actually being able to turn it off so to use the mouse wheel the old way. It is indeed just working as is. T

Re: different prefix in nested tmux session

2012-06-20 Thread Timothy Smith
On Fri, Jun 15, 2012 at 4:08 PM, Nicholas Marriott wrote: > Key bindings are per server not per session, you'll need to start a new > server for the inner tmux with -L or -S if you want the key bindings to > be different. But you lose the advantages of having the sessions in the > same server. Ah

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-06-20 Thread marcel partap
Be as it may, what went in is rather only fixing odd behaviour.. What exactly is the functionality you are missing Fabio? -- #regards/marcel -- Live Security Virtual Conference Exclusive live event will cover all the ways

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-06-20 Thread Thomas Adam
On Wed, Jun 20, 2012 at 11:44:09AM +, Fabio Spelta wrote: > Thomas Adam xteddy.org> writes: > > > > > > > Hi, > > Yes, this was synched in Openbsd patchset 1082. Look in svn trunk. > > Hello, > I just fetched the latest (so far) version of the svn trunk (it's revision > 2829) > and the

Re: [PATCH][BUILD] small cleanups to fix variable set but not used

2012-06-20 Thread Nicholas Marriott
Hi On Wed, Jun 20, 2012 at 01:25:48PM +0100, redbrain wrote: > > Signed-off-by: redbrain > --- > trunk/server-client.c |2 -- > trunk/tty-keys.c |6 ++ > trunk/tty.c |4 +--- > 3 files changed, 3 insertions(+), 9 deletions(-) > > diff --git a/trunk/server-client.

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-06-20 Thread Fabio Spelta
Thomas Adam xteddy.org> writes: > > > Hi, > Yes, this was synched in Openbsd patchset 1082. Look in svn trunk. Hello, I just fetched the latest (so far) version of the svn trunk (it's revision 2829) and the new option is not there. I can't grep mode-mouse-scroll-down in the sources indeed

[PATCH][BUILD] small cleanups to fix variable set but not used

2012-06-20 Thread redbrain
Signed-off-by: redbrain --- trunk/server-client.c |2 -- trunk/tty-keys.c |6 ++ trunk/tty.c |4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/trunk/server-client.c b/trunk/server-client.c index a678a12..a85561c 100644 --- a/trunk/server-clien

Re: [PATCH v2 2/2] Clear WINLINK_ALERTFLAGS across all sessions

2012-06-20 Thread Thomas Adam
Hi, On Sun, Jun 17, 2012 at 07:20:08PM +0100, Thomas Adam wrote: > +/* Clear alert flags for a winlink */ > +void > +winlink_clear_flags(struct winlink *wl) > +{ > + struct winlink *wm; > + struct session *s; > + struct window *w; > + u_inti; > + > + for (i = 0;