]> granicus.if.org Git - vim/commit
patch 8.2.2754: :sleep! does not always hide the cursor v8.2.2754
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Apr 2021 11:29:18 +0000 (13:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Apr 2021 11:29:18 +0000 (13:29 +0200)
commit09f067fca38c9f89ad088e8c096c4df3998575e2
tree4b6f8d96e2ddd80541748e2484e75c41abea0954
parentf93bbd026205f36915312193784f987ad49fb114
patch 8.2.2754: :sleep! does not always hide the cursor

Problem:    :sleep! does not always hide the cursor.
Solution:   Add the cursor_is_asleep flag. (Jeremy Lerner, closes #8097,
            closes #7998)
src/drawscreen.c
src/ex_docmd.c
src/gui.c
src/proto/term.pro
src/term.c
src/version.c