Patch 7.4.2004
Problem: GUI: cursor displayed in the wrong position.
Solution: Correct screen_cur_col and screen_cur_row.
Files: src/screen.c
*** ../vim-7.4.2003/src/screen.c 2016-07-08 21:41:50.346525796 +0200
--- src/screen.c 2016-07-08 22:43:41.451608445 +0200
***************
*** 764,769 ****
--- 764,771 ----
gui.col = gui_cursor_col;
gui.row = gui_cursor_row;
gui_update_cursor(FALSE, FALSE);
+ screen_cur_col = gui.col;
+ screen_cur_row = gui.row;
}
gui_update_scrollbars(FALSE);
}
*** ../vim-7.4.2003/src/version.c 2016-07-08 21:41:50.346525796 +0200
--- src/version.c 2016-07-08 22:44:10.891173366 +0200
***************
*** 760,761 ****
--- 760,763 ----
{ /* Add new patch number below this line */
+ /**/
+ 2004,
/**/
--
Married is a three ring circus:
First comes the engagement ring.
Then comes the wedding ring.
Then comes the suffering.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.