summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-11-11 01:12:14 +0100
committerGitHub <noreply@github.com>2019-11-11 01:12:14 +0100
commite8ca1ef7d988de9909a375680b1e081cae926341 (patch)
tree7c033d170540b125e5a9cc59c693cc7e7d281075 /CHANGELOG.md
parent0ac3481f8349247fb6368ba730506cc657d559fe (diff)
downloadalacritty-e8ca1ef7d988de9909a375680b1e081cae926341.tar.gz
alacritty-e8ca1ef7d988de9909a375680b1e081cae926341.zip
Add escape for reading clipboard
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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