diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-04-09 22:52:41 +0200 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-04-15 03:09:27 +0300 |
commit | f89d3bb659e0eb0498deb94b045b4adf3587754a (patch) | |
tree | ca0ffe079ce1e62cf28c62ef7c8bdd5cddccdaa9 /alacritty/src/renderer/mod.rs | |
parent | d40198da53f4c1c882901e364aca59e9b2ef2367 (diff) | |
download | r-alacritty-f89d3bb659e0eb0498deb94b045b4adf3587754a.tar.gz r-alacritty-f89d3bb659e0eb0498deb94b045b4adf3587754a.tar.bz2 r-alacritty-f89d3bb659e0eb0498deb94b045b4adf3587754a.zip |
Reset char suppression for every key binding
Previously the character suppression was only reset whenever a key was
released. However this did not take key repetition into account.
Now every key down also resets the character suppression. This should
work since the `ReceivedCharacter` is always received immediately after
the `KeyboardInput` without the chance of a racing condition where
another keyboard event interrupts the two.
Diffstat (limited to 'alacritty/src/renderer/mod.rs')
0 files changed, 0 insertions, 0 deletions