On Sun, Sep 16, 2012 at 21:46:51 GMT, Marcel Partap wrote:
> ---
>  window-copy.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/window-copy.c b/window-copy.c
> index ca4c97b..bd78f30 100644
> --- a/window-copy.c
> +++ b/window-copy.c
> @@ -836,7 +836,8 @@ window_copy_mouse(
>               } else if ((m->b & MOUSE_BUTTON) == MOUSE_2) {
>                       for (i = 0; i < 5; i++)
>                               window_copy_cursor_down(wp, 0);
> -                     if (data->oy == 0)
> +                     if (data->oy == 0 &&
> +                         options_get_number(&wp->window->options, 
> "mouse-copy-mode") == 1)

Isn't '2' within?

>                               goto reset_mode;
>               }
>               return;

-- Ben


------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to