To: vim_dev@googlegroups.com Subject: Patch 8.0.1476 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///