]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0850: MS-Windows Terminal has unstable color control v9.0.0850
authorChristopher Plewright <chris@createng.com>
Wed, 9 Nov 2022 23:55:52 +0000 (23:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Nov 2022 23:55:52 +0000 (23:55 +0000)
commit38804d64576c07caf06b381fae4578b88f535aa9
tree0729b6cfd78813bd2141978a4e8122b28f9d05dd
parent157241e8798fe1c14f3787ee341ffee2c403714a
patch 9.0.0850: MS-Windows Terminal has unstable color control

Problem:    MS-Windows Terminal has unstable color control.
Solution:   Do not try to read the old command prompt colortable, use modern
            VT sequences. (Christopher Plewright, closes #11450,
            closes #11373)
src/os_win32.c
src/term.c
src/version.c