A new option to control when hyperlinks are underlined

While kitty is never going to underline detected URLs as the performance
of that is absurd, underlining hyperlinks specifically is acceptable,
since they dont require detection.

See #6766
This commit is contained in:
Kovid Goyal
2023-11-03 08:51:58 +05:30
parent 954b7f87a5
commit b4f88b4f81
10 changed files with 65 additions and 7 deletions

View File

@@ -58,6 +58,8 @@ Detailed list of changes
- A new mouse action ``mouse_selection word_and_line_from_point`` to select the current word under the mouse cursor and extend to end of line (:pull:`6663`)
- A new option :opt:`underline_hyperlinks` to control when hyperlinks are underlined (:iss:`6766`)
- Allow using the full range of standard mouse cursor shapes when customizing the mouse cursor
- macOS: When running the default shell with the login program fix :file:`~/.hushlogin` not being respected when opening windows not in the home directory (:iss:`6689`)