aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer/shader.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-04-09 22:52:41 +0200
committerKirill Chibisov <contact@kchibisov.com>2023-04-15 03:09:27 +0300
commitf89d3bb659e0eb0498deb94b045b4adf3587754a (patch)
treeca0ffe079ce1e62cf28c62ef7c8bdd5cddccdaa9 /alacritty/src/renderer/shader.rs
parentd40198da53f4c1c882901e364aca59e9b2ef2367 (diff)
downloadr-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/shader.rs')
0 files changed, 0 insertions, 0 deletions