]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2064: terminal: cursor is on while redrawing, causing flicker v8.2.2064
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Nov 2020 19:22:06 +0000 (20:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Nov 2020 19:22:06 +0000 (20:22 +0100)
commitebec3e29b83e6b5ccdd67a79993628871cda4b5b
tree7f4eff552f15efc1fece570a4097cfa2d082b3e7
parentdc234caff22131bdc1ff9ea50d67e11843d0d73e
patch 8.2.2064: terminal: cursor is on while redrawing, causing flicker

Problem:    terminal: cursor is on while redrawing, causing flicker.
Solution:   Switch the cursor off while redrawing.  Always add the top and
            left offset to the cursor position when not done already.
            (closes #5943)
src/popupwin.c
src/terminal.c
src/version.c