| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Update bitflags to 2.2.1 | Kirill Chibisov | 2023-05-17 |
| | | |||
| * | Fix `;` character in URI OSC 8 payload | Kirill Chibisov | 2023-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 clearing | Kirill Chibisov | 2022-07-24 |
| | | | | Fixes #6215. | ||
| * | Add support for hyperlink escape sequence | Kirill Chibisov | 2022-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. | |||