diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2021-03-31 21:11:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 19:11:16 +0000 |
commit | 58cae8f2edf44e6bf0721543c61edb57bdf7d776 (patch) | |
tree | 4f20cae7d3069ccc8e03ffee514a5d0605f85b9e /CHANGELOG.md | |
parent | 3bd5ac221ab3b122962063edd1f4c10f9f2d117f (diff) | |
download | alacritty-58cae8f2edf44e6bf0721543c61edb57bdf7d776.tar.gz alacritty-58cae8f2edf44e6bf0721543c61edb57bdf7d776.zip |
Keep viewport in place during resize
Fixes #4879.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 34f2928e..39b3ebad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Incorrect vi cursor position after leaving search - Clicking on URLs on Windows incorrectly opens File Explorer - Incorrect underline cursor thickness on wide cell +- Viewport moving around when resizing while scrolled into history ### Removed |