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