]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1096: terminal window in Normal mode has wrong background v8.0.1096
authorBram Moolenaar <Bram@vim.org>
Mon, 11 Sep 2017 20:00:51 +0000 (22:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 11 Sep 2017 20:00:51 +0000 (22:00 +0200)
commit238d43b32859d1b4e6b7072d552289a748cbfee1
tree9fefbdd8eec997b84bc2d7c3f010911cf371e5da
parenta038cb5eab24a9c395861694d9b8f610ec0ccb61
patch 8.0.1096: terminal window in Normal mode has wrong background

Problem:    Terminal window in Normal mode has wrong background.
Solution:   Store the default background and use it for clearning until the
            end of the line.  Not for below the last line, since there is no
            text there.
src/screen.c
src/terminal.c
src/version.c