]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0611: the screen is not redrawn after sending t_u7 v8.0.0611
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 13:45:50 +0000 (15:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 13:45:50 +0000 (15:45 +0200)
commit976787d1f31451ca7a88e774a03e6c24ddc67876
tree5dd554c1b2fa5c0c89c7dca6033beced9bd436b4
parent4b974d54434b8020771be7225da94648e9ec961a
patch 8.0.0611: the screen is not redrawn after sending t_u7

Problem:    When t_u7 is sent a few characters in the second screen line are
            overwritten and not redrawn later. (Rastislav Barlik)
Solution:   Move redrawing the screen to after overwriting the characters.
src/main.c
src/term.c
src/version.c