To: vim_dev@googlegroups.com Subject: Patch 8.2.0434 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0434 Problem: MS-Windows with VTP: Normal color not working. Solution: After changing the Normal color update the VTP console color. (Nobuhiro Takasaki, closes #5836) Files: src/highlight.c *** ../vim-8.2.0433/src/highlight.c 2020-02-01 21:57:00.848520936 +0100 --- src/highlight.c 2020-03-23 21:42:36.200347517 +0100 *************** *** 1485,1490 **** --- 1485,1493 ---- redraw_all_later(NOT_VALID); } #endif + #ifdef FEAT_VTP + control_console_color_rgb(); + #endif } #ifdef FEAT_TERMINAL else if (is_terminal_group) *** ../vim-8.2.0433/src/version.c 2020-03-23 20:54:28.220520961 +0100 --- src/version.c 2020-03-23 21:44:36.832046988 +0100 *************** *** 740,741 **** --- 740,743 ---- { /* Add new patch number below this line */ + /**/ + 434, /**/ -- Futility Factor: No experiment is ever a complete failure - it can always serve as a negative example. /// 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 ///