]> granicus.if.org Git - vim/commit
patch 8.0.1815: crash with terminal window and with 'lazyredraw' set v8.0.1815
authorBram Moolenaar <Bram@vim.org>
Fri, 11 May 2018 20:01:51 +0000 (22:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 May 2018 20:01:51 +0000 (22:01 +0200)
commit0cb8ac71ae42f66d525ad855db01361ca38d935a
treeb92519c8cf47222d59efc7c78bb4f47005f6e041
parenta10ae5e323f4ebe6620869f4f9b0812b78090915
patch 8.0.1815: crash with terminal window and with 'lazyredraw' set

Problem:    Still a crash with terminal window and with 'lazyredraw' set.
            (Antoine)
Solution:   Do not wipe out the buffer when updating the screen.
src/proto/screen.pro
src/proto/terminal.pro
src/screen.c
src/terminal.c
src/ui.c
src/version.c