forked from aniani/vim
patch 8.0.1376: cursor in terminal not always updated
Problem: Cursor in terminal not always updated. Solution: Call gui_mch_flush(). (Ken Takata)
This commit is contained in:
@@ -675,7 +675,10 @@ update_cursor(term_T *term, int redraw)
|
||||
out_flush();
|
||||
#ifdef FEAT_GUI
|
||||
if (gui.in_use)
|
||||
{
|
||||
gui_update_cursor(FALSE, FALSE);
|
||||
gui_mch_flush();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user