Re: A couple of annoyances with scrolling

2013-07-01 Thread James Nylen
I spoke too soon on that last point - I see that latest tmux starts scrolling the viewport immediately, which is nice. On Mon, Jul 1, 2013 at 9:09 PM, James Nylen wrote: > I'm annoyed at a couple of things regarding how tmux handles scrolling: > > I want a mouse-mode option that means "only use

A couple of annoyances with scrolling

2013-07-01 Thread James Nylen
I'm annoyed at a couple of things regarding how tmux handles scrolling: I want a mouse-mode option that means "only use the mouse to enter copy mode when the mouse wheel is used to scroll". I can write a patch for this. Looking in the code, does anybody actually use the "mode-mouse copy-mode" op

Re: [PATCH 1/1] FAQ: Mention copying tmux selection to clipboard

2013-07-01 Thread Saad Malik
RESENDING FROM CORRECT EMAIL ADDY Thomas, Ironically I'm in the middle of patching mintty to support OSC clipboard key escapes. I got the save to clipboard working (just need to decode the base64 data). Why doesn't tmux support the get clipboard escape? It's the same key escape as set clipboard

Re: [PATCH 1/1] Renumber windows for group-sessions correctly

2013-07-01 Thread Nicholas Marriott
Thanks. I'll apply this as soon as BT fix my Internet access, probably next week. On 1 Jul 2013 19:11, "Thomas Adam" wrote: > When the session option renumber-window is used, ensure we iterate over all > sessions in that group when the winlinks are reordered, otherwise the > winlink lists are out

Re: Bug: renumber-windows and window-killing in grouped sessions

2013-07-01 Thread Thomas Adam
On Mon, Jul 01, 2013 at 10:18:10AM -0700, Daniel Ralston wrote: > Looks like this patch works flawlessly. Thanks! :) OK, submitted this. Thanks. -- Thomas Adam -- "Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To" -- off of Viva H

[PATCH 1/1] Renumber windows for group-sessions correctly

2013-07-01 Thread Thomas Adam
When the session option renumber-window is used, ensure we iterate over all sessions in that group when the winlinks are reordered, otherwise the winlink lists are out of sync with one another. --- server-fn.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/serv

Re: Bug: renumber-windows and window-killing in grouped sessions

2013-07-01 Thread Daniel Ralston
On Sat, Jun 29, 2013 at 8:49 AM, Thomas Adam wrote: > On Sat, Jun 29, 2013 at 07:08:17AM -0700, Daniel Ralston wrote: > > On Sat, Jun 22, 2013 at 11:21 AM, Thomas Adam wrote: > > > > > On Fri, Jun 21, 2013 at 08:10:17PM -0700, Daniel Ralston wrote: > > > > Hi all, > > > > > > > > Bug Summary: >