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

2014-06-29 Thread Alan Paul
On 14-06-23 03:34 PM, Balazs Kezes wrote: > On 2014-06-04 11:03 -0400, Alan Paul wrote: >> 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. > > On a second thought I think that

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

2014-06-25 Thread Alan Paul
On 14-06-21 02:10 PM, Nicholas Marriott wrote: > So you have mode-mouse set to on? > Yes. > > > On Sat, Jun 21, 2014 at 01:46:12PM -0400, Alan Paul wrote: >> On 14-06-19 03:19 AM, Nicholas Marriott wrote: >>> Did you get a solution to this? >>> >>> I don't like this feature at all. >> >> My solutio

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

2014-06-23 Thread Balazs Kezes
On 2014-06-04 11:03 -0400, Alan Paul wrote: > 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. On a second thought I think that commit contains a bug. It should only affect the

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

2014-06-21 Thread Nicholas Marriott
So you have mode-mouse set to on? On Sat, Jun 21, 2014 at 01:46:12PM -0400, Alan Paul wrote: > On 14-06-19 03:19 AM, Nicholas Marriott wrote: > >Did you get a solution to this? > > > >I don't like this feature at all. > > My solution was to remove this patch from my local version. > > I wasn't

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

2014-06-21 Thread Alan Paul
On 14-06-19 03:19 AM, Nicholas Marriott wrote: > Did you get a solution to this? > > I don't like this feature at all. My solution was to remove this patch from my local version. I wasn't able to reproduce the issue so I couldn't get a sense of it. I'll assume that it is to improve productivity

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

2014-06-19 Thread Nicholas Marriott
Did you get a solution to this? I don't like this feature at all. On Mon, Jun 09, 2014 at 02:25:31AM -0400, Alan Paul wrote: > On 14-06-06 05:26 PM, Balazs Kezes wrote: > > On 2014-06-04 11:03 -0400, Alan Paul wrote: > >> This patch (commit 353d182) broke my vim mousing. I have it turned off > >

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

2014-06-09 Thread Paul Gideon Dann
On Monday 09 Jun 2014 02:25:31 Alan Paul wrote: > I've never felt a need for the mouse in vim and thus didn't realize its > capabilities, but more so, I use the mouse for tmux copy. Using tmux to > copy/paste between windows is just too useful, even in vim. Just checking you're aware you can copy

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

2014-06-08 Thread Alan Paul
On 14-06-06 05:26 PM, Balazs Kezes wrote: > On 2014-06-04 11:03 -0400, Alan Paul wrote: >> 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. > > To clarify, it isn't vim who is

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

2014-06-06 Thread Balazs Kezes
On 2014-06-04 11:03 -0400, Alan Paul wrote: > 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. To clarify, it isn't vim who is controlling the mouse, but rather tmux is sending

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

2014-06-04 Thread Alan Paul
holas Marriott > Cc: tmux-users@lists.sourceforge.net > Subject: Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, > basically. > > > > Applied, but without the shift part. > Thx! > The shift part however is necessary in those cases mentioned where the > program h

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

2014-05-09 Thread Nicholas Marriott
I don't think we particularly need to document this and definitely no options. Cheers Original message From: Marcel Partap Date: 09/05/2014 21:00 (GMT+00:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: [PATCH 1/2] Enable mouse wheel scro

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

2014-05-09 Thread Marcel Partap
> Applied, but without the shift part. Thx! The shift part however is necessary in those cases mentioned where the program has broken mouse support.. >> Because it gives all CLI programs (even bash history) "intuitive" mouse>> >> support without updating/fixing every single one of them. There are

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

2014-05-08 Thread Nicholas Marriott
Applied, but without the shift part. On Fri, Apr 25, 2014 at 12:20:12PM +0200, Marcel Partap wrote: > > I am still not convinced by this, I don't need more tests, I need good > > reasons why we should do this - what is it useful for apart from > > scrolling in less? Why shouldn't this be done in

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

2014-04-25 Thread Marcel Partap
> I am still not convinced by this, I don't need more tests, I need good > reasons why we should do this - what is it useful for apart from > scrolling in less? Why shouldn't this be done in less itself? It can't > be that hard to make less support the mouse. Because it gives all CLI programs (even

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

2014-04-18 Thread Nicholas Marriott
I am still not convinced by this, I don't need more tests, I need good reasons why we should do this - what is it useful for apart from scrolling in less? Why shouldn't this be done in less itself? It can't be that hard to make less support the mouse. On Fri, Apr 11, 2014 at 06:08:04PM +0200, Mar

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

2014-04-11 Thread Marcel Partap
No issues found in weeks of heavy use, please test anyway. --- input-keys.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/input-keys.c b/input-keys.c index f092f97..1df8e98 100644 --- a/input-keys.c +++ b/input-keys.c @@ -204,6 +204,20 @@ input_mouse(struct window_pane *wp, s