diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-04-03 23:08:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-03 23:08:44 +0300 |
commit | 851dbc328efd9b212bb2c7b9caaf5763eb4e524b (patch) | |
tree | 6ec027c565b41becade282e265a6a1736028051c /CHANGELOG.md | |
parent | 49d64fbeecbdde2293ca0e7c7346941791685c3e (diff) | |
download | alacritty-851dbc328efd9b212bb2c7b9caaf5763eb4e524b.tar.gz alacritty-851dbc328efd9b212bb2c7b9caaf5763eb4e524b.zip |
Disallow OSC 52 for unfocused window
This leads to issues on macOS, since if we store clipboard at the same
time it could error out. Also, on e.g. Wayland the clipboard store for
unfocused window won't work anyway.
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 228b3d8e..c43909c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - The `--help` output was reworked with a new colorful syntax +- OSC 52 is now disabled on unfocused windows ### Fixed |