]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1033: detecting background color does not work in screen v8.0.1033
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Sep 2017 18:24:03 +0000 (20:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Sep 2017 18:24:03 +0000 (20:24 +0200)
commit995e4afcfe60aa3c214ba680e7b027a4e05cf62b
tree2c60af259b0cf2204ce101833efa56d48a3e58a4
parent9ac9dfa9e2b20659e5806982f027fa4fd637c3c7
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.
src/os_unix.c
src/term.c
src/version.c