]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws v8.2.0848
authorBram Moolenaar <Bram@vim.org>
Sat, 30 May 2020 15:49:25 +0000 (17:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 May 2020 15:49:25 +0000 (17:49 +0200)
commit06b7b58455f9c09be3d1c36d174ffbfdf4efcd79
tree9c5cdb61f44c35413acc043f9a118fbbb41bd743
parent367d59e6ba65cf554d167933775fa17e40dcc6a7
patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws

Problem:    MS-Windows: the Windows terminal code has some flaws.
Solution:   Do not redraw the right edge of the screen.  Remove the background
            color trick.  Flush the screen output buffer often.  (Nobuhiro
            Takasaki, #5546)
src/os_win32.c
src/proto/os_win32.pro
src/term.c
src/version.c