1
0
forked from aniani/vim

patch 7.4.2199

Problem:    In the GUI the cursor is hidden when redrawing any window,
            causing flicker.
Solution:   Only undraw the cursor when updating the window it's in.
This commit is contained in:
Bram Moolenaar
2016-08-12 14:08:25 +02:00
parent 0e5d3a2940
commit 107abd2ca5
5 changed files with 18 additions and 12 deletions

View File

@@ -6698,7 +6698,7 @@ check_copy_area(void)
* we don't want it to be. I'm not sure if it's correct to call
* gui_dont_update_cursor() at this point but it works as a quick
* fix for now. */
gui_dont_update_cursor();
gui_dont_update_cursor(TRUE);
do
{