diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-09-26 15:44:59 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-09-26 14:44:59 +0200 |
commit | ad24485cdb5a2b6559185c3c41adbf6852e5ac80 (patch) | |
tree | 549c7f44d03b3bf6668406ab1d73f5660d73dd69 /CHANGELOG.md | |
parent | c1f089970fd3d4b9137d07647f8cd028b2b5b3a9 (diff) | |
download | alacritty-ad24485cdb5a2b6559185c3c41adbf6852e5ac80.tar.gz alacritty-ad24485cdb5a2b6559185c3c41adbf6852e5ac80.zip |
Fix overflow on wrong scroll region setting
Fixes #2822.
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 f47a0135..fd802b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Wayland primary selection clipboard not storing text when selection is stopped outside of the window - Block URL highlight while a selection is active - Bindings for Alt + F1-F12 +- Discard scrolling region escape with bottom above top ### Removed |