diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-14 07:26:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-14 10:26:42 +0300 |
commit | 0003f6683f56c28a9f5924cd96827cdb306d8abb (patch) | |
tree | f4d18a8b3b5335dbf4261006a7eb546c062f8c2c /CHANGELOG.md | |
parent | 0a1683e84dfa1d89e65e9b43ed5d586ece47c8dd (diff) | |
download | r-alacritty-0003f6683f56c28a9f5924cd96827cdb306d8abb.tar.gz r-alacritty-0003f6683f56c28a9f5924cd96827cdb306d8abb.tar.bz2 r-alacritty-0003f6683f56c28a9f5924cd96827cdb306d8abb.zip |
Fix selection scrolling with message bar visible
This resolves an issue with selection scrolling which would cause the
selection to wrap to the top of the screen once the cursor enters the
padding below the message bar.
Fixes #4120.
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 e798d24c..f09c25b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Slow rendering performance with HiDPI displays, especially on macOS - Keys swallowed during search when pressing them right before releasing backspace - Crash when a wrapped line is rotated into the last line +- Selection wrapping to the top when selecting below the error/warning bar ## 0.5.0 |