]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0683: visual bell flashes too quickly v8.0.0683
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jun 2017 15:09:37 +0000 (17:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jun 2017 15:09:37 +0000 (17:09 +0200)
commit2e147caa14f622dfd1c1def8e07c113b9b85d4b2
tree53c69cc89daa1da1462c061da18e104ae3972f7e
parent0b2eef24bcbe2c85c90bbde914a1782cbedc5c72
patch 8.0.0683: visual bell flashes too quickly

Problem:    When using a visual bell there is no delay, causing the flash to
            be very short, possibly unnoticeable.  Also, the flash and the
            beep can lockup the UI when repeated often.
Solution:   Do the delay in Vim or flush the output before the delay. Limit the
            bell to once per half a second. (Ozaki Kiichi, closes #1789)
src/misc1.c
src/proto/term.pro
src/term.c
src/version.c