1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Kirill Chibisov
b1feba6916 Update bitflags to 2.2.1 2023-05-17 08:36:41 +03:00
Kirill Chibisov
4b91a1dbe9
Fix ; character in URI OSC 8 payload
The special character `;` can be not URL-encoded, thus it'll add
extra parameter in the payload. Handle it joining extra parameters
with the `;` as a separator.
2023-03-19 18:16:28 +03:00
Kirill Chibisov
4fce2b16f5
Fix inverted condition for cell's extra clearing
Fixes #6215.
2022-07-24 13:05:46 +03:00
Kirill Chibisov
694a52bcff
Add support for hyperlink escape sequence
This commit adds support for hyperlink escape sequence
`OSC 8 ; params ; URI ST`. The configuration option responsible for
those is `hints.enabled.hyperlinks`.

Fixes #922.
2022-07-10 20:11:28 +03:00