Hi James!

On Do, 30 Jul 2015, James McCoy wrote:

> >     /* Rely on the same mouse code for the duration of this */
> >     mouse_code = find_termcode(mouse_name);
> > -   prev_row = mouse_row;
> >     prev_row = mouse_col;
> 
> Shouldn't this instead be the below?
> 
>     prev_row = mouse_row;
>     prev_col = mouse_col;

Indeed.



Best,
Christian
-- 
Wer nicht manchmal das Unmögliche wagt, wird das Mögliche nie
erreichen.
                -- Max von Eyth

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/src/os_unix.c b/src/os_unix.c
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -7001,7 +7001,7 @@ do_xterm_trace()
        /* Rely on the same mouse code for the duration of this */
        mouse_code = find_termcode(mouse_name);
        prev_row = mouse_row;
-       prev_row = mouse_col;
+       prev_col = mouse_col;
        xterm_trace = 2;
 
        /* Find the offset of the chars, there might be a scrollbar on the

Raspunde prin e-mail lui