1
0
forked from aniani/vim

patch 8.0.1033: detecting background color does not work in screen

Problem:    Detecting background color does not work in screen, even when it
            is working like an xterm.
Solution:   Make "screen.xterm" use termcap entries like an xterm. (Lubomir
            Rintel, closes #2048)  When termresponse version is huge also
            recognize as not being an xterm.
This commit is contained in:
Bram Moolenaar
2017-09-01 20:24:03 +02:00
parent 9ac9dfa9e2
commit 995e4afcfe
3 changed files with 17 additions and 10 deletions

View File

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