summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-11-28 08:08:04 +0100
committerGitHub <noreply@github.com>2019-11-28 08:08:04 +0100
commita075c932f1e88b3a4064102cfeb01b17882f2c68 (patch)
tree7c38739e1c0b00da43cab1e1ec728c93b8958d10 /CHANGELOG.md
parentb9c513bd27f26271c51ff32fed38ce99abfc7e0d (diff)
downloadalacritty-a075c932f1e88b3a4064102cfeb01b17882f2c68.tar.gz
alacritty-a075c932f1e88b3a4064102cfeb01b17882f2c68.zip
Fix `OSC 52` with empty clipboard param
This fixes the behavior of the clipboard escape (`OSC 52`) when the second parameter is not specified. If it is missing, the parameter is now assumed to be `c`, defaulting to the default clipboard. This has been fixed both for writing and reading. Fixes #3037.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ee9dec0..e94b53a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- URLs not truncated with non-matching single quote
- Absolute file URLs (`file:///home`) not recognized because of leading `/`
+- Clipboard escape `OSC 52` not working with empty clipboard parameter
## 0.4.0-dev