]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1493: redrawing with popups is slow and causes flicker v8.1.1493
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2019 14:01:13 +0000 (16:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jun 2019 14:01:13 +0000 (16:01 +0200)
commit33796b39b9f00b42ca57fa00dbbb52316d9d38ff
tree61be6b15346ab09eeaf971afbad6900ecb43efb0
parent7c348bb5ad106cfa35dd45560c5ac5d3c8496c96
patch 8.1.1493: redrawing with popups is slow and causes flicker

Problem:    Redrawing with popups is slow and causes flicker.
Solution:   Avoid clearing and redrawing using a zindex mask.
src/globals.h
src/popupmnu.c
src/popupwin.c
src/proto/screen.pro
src/screen.c
src/version.c