]> granicus.if.org Git - vim/commit
patch 8.0.1797: terminal window is redrawn too often v8.0.1797
authorBram Moolenaar <Bram@vim.org>
Sun, 6 May 2018 14:40:16 +0000 (16:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 May 2018 14:40:16 +0000 (16:40 +0200)
commit6eddadff13164b98fe8198153cc656897b2cbcb3
treeee5f8b946b47fcb83f719b52f16b1e06d8cd6bcc
parent231a2db1b372fe9645505e711ac53b9ee748c535
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.
src/proto/terminal.pro
src/screen.c
src/terminal.c
src/version.c