1
0
forked from aniani/vim

patch 8.0.1797: terminal window is redrawn too often

Problem:    Terminal window is redrawn too often and scrolling is repeated.
Solution:   Don't scroll immediately but only when redrawing.  Avoid redrawing
            the whole terminal window on every change.
This commit is contained in:
Bram Moolenaar
2018-05-06 16:40:16 +02:00
parent 231a2db1b3
commit 6eddadff13
4 changed files with 70 additions and 38 deletions

View File

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