diff options
author | DaftMouse <daftmouse@protonmail.com> | 2022-01-20 20:57:58 -0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2022-02-10 03:17:21 +0300 |
commit | 72f8d0ed6c848ba6e438856b8ef749534f590c38 (patch) | |
tree | 6dbc0c9bdac427482e92262668cbcad29ab5145f /CHANGELOG.md | |
parent | 54f74caf857703247b8f2c5a2aaddf169ea2cb6d (diff) | |
download | alacritty-72f8d0ed6c848ba6e438856b8ef749534f590c38.tar.gz alacritty-72f8d0ed6c848ba6e438856b8ef749534f590c38.zip |
Fix OSC 104 with empty second parameter
This fixes a bug where using OSC 104 without parameters but
with a trailling semicolon (e.g. '\e]104;\e\\') would not be handled.
Fixes #5542.
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 091044f8..6f293d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - OSC 4 not handling `?` - `?` in OSC strings reporting default colors instead of modified ones +- OSC 104 not clearing colors when second parameter is empty ## 0.10.0 |