diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-09 23:29:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 23:29:58 +0000 |
commit | 1d00883f10500675bbe2bb62916d6a16499972ee (patch) | |
tree | cee32d10f5154df96bd2bbd0455f6f2e89796c52 /CHANGELOG.md | |
parent | 4b516c63654465041604d3e4c816136a902287a4 (diff) | |
download | alacritty-1d00883f10500675bbe2bb62916d6a16499972ee.tar.gz alacritty-1d00883f10500675bbe2bb62916d6a16499972ee.zip |
Fix characters swallowed during search
This resolves a bug where characters get swallowed when pressing them
after pressing backspace before the backspace key is released.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d792622..03b69325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Incorrect window location with negative `window.position` config options - Slow rendering performance with HiDPI displays, especially on macOS +- Keys swallowed during search when pressing them right before releasing backspace ## 0.5.0 |