diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-24 23:57:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 23:57:22 +0100 |
commit | bdd28f4766a39ec679cc7422d5cff5c6e586ae43 (patch) | |
tree | 8abd5f48e40a0eb9d6d686fde0f1a94f9e80c6dc /CHANGELOG.md | |
parent | 7925ac4918d1689d31e946c7f0cb31a888cf7a02 (diff) | |
download | alacritty-bdd28f4766a39ec679cc7422d5cff5c6e586ae43.tar.gz alacritty-bdd28f4766a39ec679cc7422d5cff5c6e586ae43.zip |
Fix selection rotating outside of scrolling region
Fixes #2983.
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 2e9019f0..75c49bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Backwards bracket selection - Stack overflow when printing shader creation error - Underline position for bitmap fonts +- Selection rotating outside of scrolling region ### Removed |