aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/tests/ref/hyperlinks
Commit message (Collapse)AuthorAge
* Update bitflags to 2.2.1Kirill Chibisov2023-05-17
|
* Fix `;` character in URI OSC 8 payloadKirill Chibisov2023-03-19
| | | | | 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.
* Fix inverted condition for cell's extra clearingKirill Chibisov2022-07-24
| | | Fixes #6215.
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
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.