Fix :opt:mouse_hide_wait only taking effect after an event such as cursor blink or key press

Fixes #1073
This commit is contained in:
Kovid Goyal
2018-10-20 14:01:55 +05:30
parent 27f2a2e3d5
commit 65f9ac32ef
4 changed files with 14 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ Changelog
- Fix expansion of env vars not working in the :opt:`env` directive
(:iss:`1075`)
- Fix :opt:`mouse_hide_wait` only taking effect after an event such as cursor
blink or key press (:iss:`1073`)
0.12.3 [2018-09-29]
------------------------------