]> granicus.if.org Git - vim/commit
patch 9.0.0592: display not cleared when scrolling back in messages v9.0.0592
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2022 14:19:56 +0000 (15:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2022 14:19:56 +0000 (15:19 +0100)
commit838b746cce7ea863acdb81e3f44eec2ea90de92a
tree666feb45d3cbb40f9591a101bddc26032ca484e0
parent4569020538f76cab588f723bd7243e3896937568
patch 9.0.0592: display not cleared when scrolling back in messages

Problem:    Display not cleared when scrolling back in messages, a background
            color is set and t_ut is empty.
Solution:   Clear to the end of the display if needed. (closes #8973)
src/message.c
src/proto/screen.pro
src/screen.c
src/testdir/dumps/Test_more_scrollback_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_more_scrollback_2.dump [new file with mode: 0644]
src/testdir/test_messages.vim
src/version.c