diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-15 20:38:52 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-15 20:58:03 +0100 |
commit | 2a8c6d44e9ccf57dec4188938188d8360b06d862 (patch) | |
tree | dde15bbfee9f2cabe095fdb8befa75f2dfc8f875 /CHANGELOG.md | |
parent | 561063b5606746936ee64d2f25a8b49c05a8d52e (diff) | |
download | alacritty-2a8c6d44e9ccf57dec4188938188d8360b06d862.tar.gz alacritty-2a8c6d44e9ccf57dec4188938188d8360b06d862.zip |
Fix `CSI Ps M` deleting lines above cursor
Fixes #2984.
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 006000b0..3fc0456e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Terminal going transparent during visual bell - Selection not being cleared when sending chars through a binding - Mouse protocols/encodings not being mutually exclusive within themselves +- Escape `CSI Ps M` deleting lines above cursor when at the bottom of the viewport ### Removed |