1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/alacritty_terminal
Paolo Capriotti 3e82aa2830 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.
2019-09-28 18:59:27 +02:00
..
src Concatenate parameters of title OSC 2019-09-28 18:59:27 +02:00
tests Ignore unsupported CSI sequences 2019-08-06 22:59:16 +00:00
build.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
Cargo.toml Update and dedupe parking_lot to 0.9 2019-09-06 19:35:28 +00:00