Re: tmux 1.9a in cygwin

2014-06-04 Thread Mark Volkmann
That change seems to work. On Wed, Jun 4, 2014 at 4:43 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Mark please see if doing this fixes your problem. > > diff --git a/client.c b/client.c > index 0c9f9cb..6172d26 100644 > --- a/client.c > +++ b/client.c > @@ -110,7 +110,7 @@ retr

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-04 Thread Alan Paul
This patch (commit 353d182) broke my vim mousing. I have it turned off in vim (mouse=) With this patch, vim now controls my mouse regardless of the "mouse=" setting. When I remove this change, all is back to normal--vim obeys the "mouse=" setting, and if off, tmux controls the mouse. I'm runni

Re: tmux 1.9a in cygwin

2014-06-04 Thread Nicholas Marriott
Mark please see if doing this fixes your problem. diff --git a/client.c b/client.c index 0c9f9cb..6172d26 100644 --- a/client.c +++ b/client.c @@ -110,7 +110,7 @@ retry: fatal("socket failed"); if (connect(fd, (struct sockaddr *) &sa, SUN_LEN(&sa)) == -1) { -

Re: tmux 1.9a in cygwin

2014-06-04 Thread Nicholas Marriott
So I guess this is a Cgywin bug. For now you can probably just add "&& errno != 0" to the if after the connect until they fix it. On Tue, Jun 03, 2014 at 09:47:34AM +0100, Balazs Kezes wrote: > [+tmux-users] > > On 2014-06-03 09:06 +0200, Michael Wild wrote: > > Also, refer to https://cygwin.co