mirror of
https://github.com/zoriya/vim.git
synced 2025-12-21 22:55:17 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user