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
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
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
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
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
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
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:
>