aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaolo Capriotti <paolo@capriotti.io>2019-09-28 18:59:27 +0200
committerChristian Duerr <contact@christianduerr.com>2019-09-28 18:59:27 +0200
commit3e82aa28300d8b283508ebce43b5ede946fb672c (patch)
treec4fe3fff7ac50601f197bda0abbc2bbf6ff49601 /CHANGELOG.md
parentfe6f1760b4a4a45de2bb239f0e2de73ce2461d90 (diff)
downloadalacritty-3e82aa28300d8b283508ebce43b5ede946fb672c.tar.gz
alacritty-3e82aa28300d8b283508ebce43b5ede946fb672c.zip
Concatenate parameters of title OSC
A semicolon in a title OSC should be interpreted literally, not as a parameter separator, but the OSC parser is very simple and does not know about arities of commands. Therefore, this patch takes all the parameters returned by the OSC parser and reconstructs the original string by interspersing semicolons. Now an OSC like '\e]2;hello;world' will set the title to 'hello;world' and not 'hello' like before.
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 f1bf7b0c..db7b2210 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bindings for Alt + F1-F12
- Discard scrolling region escape with bottom above top
- Opacity always applying to cells with their background color matching the teriminal background
+- Allow semicolons when setting titles using an OSC
### Removed