To: vim-dev@vim.org Subject: Patch 6.1.273 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.273 Problem: When the cursor doesn't blink, redrawing an exposed area may hide the cursor. Solution: Always draw the cursor, also when it didn't move. (Muraoka Taro) Files: src/gui.c *** ../vim61.272/src/gui.c Sun Oct 27 20:52:35 2002 --- src/gui.c Sun Dec 22 19:51:54 2002 *************** *** 2112,2118 **** * not reflect Vims internal ideas if these operations are clipped away. */ if (gui.row == gui.cursor_row) ! gui_update_cursor(FALSE, TRUE); } /* --- 2112,2118 ---- * not reflect Vims internal ideas if these operations are clipped away. */ if (gui.row == gui.cursor_row) ! gui_update_cursor(TRUE, TRUE); } /* *** ../vim61.272/src/version.c Sun Jan 5 13:29:11 2003 --- src/version.c Sun Jan 5 13:32:01 2003 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 273, /**/ -- Not too long ago, cut and paste was done with scissors and glue... /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.vim.org \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///