summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-03-02 21:30:29 +0000
committerGitHub <noreply@github.com>2019-03-02 21:30:29 +0000
commitde52ddb6c25a6d58cdfaa095ad6ec9abffa6564a (patch)
treeee40404604fa757f62844cab715eb14b6cbfc134 /CHANGELOG.md
parent9468b50b75be13d6b0d36ba2c01d36d92f008bf2 (diff)
downloadalacritty-de52ddb6c25a6d58cdfaa095ad6ec9abffa6564a.tar.gz
alacritty-de52ddb6c25a6d58cdfaa095ad6ec9abffa6564a.zip
Fix alt screen bugs
This fixes two bugs with the alternate screen buffer. When resetting while in the alt screen, Alacritty would not swap out the grids leading to scrollback getting disabled. By swapping out the grids again when resetting in the alternate screen buffer, scrollback is now unaffected from a reset. There was another issue with the cursor jumping around when leaving the alt screen even though it was not active, this was fixed by skipping all alt screen swap routines unless the current state matches the expected state. This fixes #2145.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3d0fb18..cb5d2334 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Automatic copying of selection to clipboard when mouse is released outside of Alacritty
- Scrollback history live reload only working when shrinking lines
- Crash when decreasing scrollback history in config while scrolled in history
+- Resetting the terminal while in the alt screen will no longer disable scrollback
+- Cursor jumping around when leaving alt screen while not in the alt screen
+- Text lingering around when resetting while scrolled up in the history
## Version 0.2.9