Patch 8.0.1476
Problem: Screen isn't always updated right away.
Solution: Adjust #ifdef: Call out_flush() when not running the GUI.
Files: src/screen.c
*** ../vim-8.0.1475/src/screen.c 2018-01-31 20:51:40.309835870 +0100
--- src/screen.c 2018-02-08 09:56:33.015820014 +0100
***************
*** 474,482 ****
* flicker. */
out_flush_cursor(FALSE, FALSE);
else
- #else
- out_flush();
#endif
--redrawing_for_callback;
}
--- 474,481 ----
* flicker. */
out_flush_cursor(FALSE, FALSE);
else
#endif
+ out_flush();
--redrawing_for_callback;
}
***************
*** 2795,2801 ****
{
ScreenLinesUC[off + col] = fill_fold;
ScreenLinesC[0][off + col] = 0;
! ScreenLines[off + col] = 0x80; /* avoid storing zero */
}
else
{
--- 2794,2800 ----
{
ScreenLinesUC[off + col] = fill_fold;
ScreenLinesC[0][off + col] = 0;
! ScreenLines[off + col] = 0x80; /* avoid storing zero */
}
else
{
*** ../vim-8.0.1475/src/version.c 2018-02-06 22:52:45.710103299 +0100
--- src/version.c 2018-02-07 22:18:23.846355814 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1476,
/**/
--
A vacation is a period of travel during which you find that you
took twice as many clothes and half as much money as you needed.
/// 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.