1
0
forked from aniani/vim

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)
This commit is contained in:
Christopher Plewright
2022-11-09 23:55:52 +00:00
committed by Bram Moolenaar
parent 157241e879
commit 38804d6457
3 changed files with 114 additions and 80 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
850,
/**/
849,
/**/