]> granicus.if.org Git - vim/commit
patch 8.2.3801: if a terminal shows in two windows, only one is redrawn v8.2.3801
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Dec 2021 21:59:09 +0000 (21:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Dec 2021 21:59:09 +0000 (21:59 +0000)
commit3194e5bf87f8e08f519b947a03c46677616cd7e3
tree6d90217b81ec8a60b93249d26a09d25b9bed4cd0
parent6840a0ffe8d27a8773a500ba17550cdf2ad12cbc
patch 8.2.3801: if a terminal shows in two windows, only one is redrawn

Problem:    If a terminal shows in two windows, only one is redrawn.
Solution:   Reset the dirty row range only after redrawing all windows.
            (closes #9341)
src/drawscreen.c
src/proto/terminal.pro
src/terminal.c
src/testdir/test_terminal.vim
src/version.c