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
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
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
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
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
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
> >
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
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
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
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
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
> 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
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
> 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
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
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
16 matches
Mail list logo