To: vim_dev@googlegroups.com Subject: Patch 7.4.2004 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///