diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-11-21 21:11:55 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-21 19:11:55 +0100 |
commit | 5ea4fb6034fe52bd87a402d1208f58be74486c7a (patch) | |
tree | 3c57d4751a299726226576294bccf0ff1373c6c1 /CHANGELOG.md | |
parent | ec3fa2b33a84d196457c1bc424e22f28a8648c15 (diff) | |
download | alacritty-5ea4fb6034fe52bd87a402d1208f58be74486c7a.tar.gz alacritty-5ea4fb6034fe52bd87a402d1208f58be74486c7a.zip |
Fix paste on Wayland inserting empty lines
Fixes #2844.
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 ad47249f..23380ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cell reset not clearing underline, strikeout and foreground color - Escape `CSI Ps c` honored with a wrong `Ps` - Ignore `ESC` escapes with invalid intermediates +- Blank lines after each line when pasting from GTK apps on Wayland ### Removed |