diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-12 17:28:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 17:28:40 +0100 |
commit | 12e211d82a1bdef4ffe70c74ee62bc56edfa7590 (patch) | |
tree | 4f39080eef31c6bb05d1a77de0b1238e55582f5a /CHANGELOG.md | |
parent | 09ed64bd365bdb294a29e2e6b0149b0581a1fa81 (diff) | |
download | alacritty-12e211d82a1bdef4ffe70c74ee62bc56edfa7590.tar.gz alacritty-12e211d82a1bdef4ffe70c74ee62bc56edfa7590.zip |
Bump VTE to 0.5.0
This change includes dynamic escape buffer support in VTE, which allows
us to have arbitrary escape sizes.
Since tmux could potentially use very long escapes for the clipboard
escape, this allows copying more text.
Fixes #1002.
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 eb7a7367..956fcaae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Full-width glyphs cut off in last column - Crash when starting on some X11 systems - Font size resetting when Alacritty is moved between screens +- Limited payload length in clipboard escape (used for Tmux copy/paste) ## 0.4.1 |