diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-11 01:12:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 01:12:14 +0100 |
commit | e8ca1ef7d988de9909a375680b1e081cae926341 (patch) | |
tree | 7c033d170540b125e5a9cc59c693cc7e7d281075 /CHANGELOG.md | |
parent | 0ac3481f8349247fb6368ba730506cc657d559fe (diff) | |
download | alacritty-e8ca1ef7d988de9909a375680b1e081cae926341.tar.gz alacritty-e8ca1ef7d988de9909a375680b1e081cae926341.zip |
Add escape for reading clipboard
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7edd33c..f7a2c956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Print name of launch command if Alacritty failed to execute it - Live reload font settings from config - UTF-8 mouse mode escape sequence (`CSI ? 1005 h` / `CSI ? 1005 l`) +- Escape for reading clipboard (`OSC 52 ; <s / p / c> ; ? BEL`) +- Set selection clipboard (`OSC 52 ; <s / p> ; <BASE64> BEL`) ### Changed |