diff options
author | Aleksey Kuznetsov <zummenix@gmail.com> | 2019-10-16 00:13:58 +0500 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-15 21:13:58 +0200 |
commit | 49380bffd24203f139dc32c7bdc9958e64d9dd4d (patch) | |
tree | 0d4bfb3cb7f66868983a6ed5a22695749502995f /CHANGELOG.md | |
parent | 124e98e94e66d5790d4523adb9cd75f85a4691f4 (diff) | |
download | alacritty-49380bffd24203f139dc32c7bdc9958e64d9dd4d.tar.gz alacritty-49380bffd24203f139dc32c7bdc9958e64d9dd4d.zip |
Add support for alternate scroll escape
Fixes #2727.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d36a41..efdd7bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Live reload font size from config - New CLI flag `--hold` for keeping Alacritty opened after its child process exits - Escape sequence to save and restore window title from stack +- Alternate scroll escape sequence (`CSI ? 1007 h` / `CSI ? 1007 l`) ### Changed @@ -76,6 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bindings for Super/Command + F1-F12 - Automatic config generation +- Deprecated `scrolling.faux_multiplier`, the alternate scroll escape can now be used to disable it + and `scrolling.multiplier` controls the number of scrolled lines ## 0.3.3 |