]> granicus.if.org Git - vim/commit
patch 8.0.1102: terminal window does not use Normal colors v8.0.1102
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Sep 2017 22:00:44 +0000 (00:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Sep 2017 22:00:44 +0000 (00:00 +0200)
commitc71053c61180ed1ad0c98ba6063b769757832932
treed525cc69b4dd5a141a3cf01ccb43ca86938b5b0f
parent71eeb74a608ddae2b52fb43766616672d0cdda18
patch 8.0.1102: terminal window does not use Normal colors

Problem:    Terminal window does not use Normal colors.
Solution:   For the GUI and when 'termguicolors' is enabled, use the actual
            foreground and background colors for the terminal.  (Yasuhiro
            Matsumoto, closes #2067)
            Use the "Terminal" highlight group if defined.
src/proto/syntax.pro
src/syntax.c
src/terminal.c
src/version.c