Patch 8.0.1376
Problem: Cursor in terminal not always updated.
Solution: Call gui_mch_flush(). (Ken Takata)
Files: src/terminal.c
*** ../vim-8.0.1375/src/terminal.c 2017-12-05 13:06:12.279454348 +0100
--- src/terminal.c 2017-12-05 21:29:34.900810946 +0100
***************
*** 675,681 ****
--- 675,684 ----
out_flush();
#ifdef FEAT_GUI
if (gui.in_use)
+ {
gui_update_cursor(FALSE, FALSE);
+ gui_mch_flush();
+ }
#endif
}
}
*** ../vim-8.0.1375/src/version.c 2017-12-05 20:31:02.524899040 +0100
--- src/version.c 2017-12-05 21:31:43.399950273 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1376,
/**/
--
hundred-and-one symptoms of being an internet addict:
90. Instead of calling you to dinner, your spouse sends e-mail.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.