commit | 6eddadff13164b98fe8198153cc656897b2cbcb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 16:40:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 16:40:16 2018 +0200 |
tree | ee5f8b946b47fcb83f719b52f16b1e06d8cd6bcc | |
parent | 231a2db1b372fe9645505e711ac53b9ee748c535 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 7fbca85..5fa69e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1797, +/**/ 1796, /**/ 1795,