1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-12-13 21:59:09 +00:00
parent 6840a0ffe8
commit 3194e5bf87
5 changed files with 53 additions and 2 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3801,
/**/
3800,
/**/