Show the target of terminal hyperlinks when hovering over them with the mouse

Fixes #5830
This commit is contained in:
Kovid Goyal
2022-12-29 16:43:45 +05:30
parent b8abdd2b50
commit f4ac03b791
12 changed files with 122 additions and 47 deletions

View File

@@ -47,6 +47,8 @@ Detailed list of changes
- Speed up the ``kitty @`` executable by ~10x reducing the time for typical
remote control commands from ~50ms to ~5ms
- Show the target of terminal hyperlinks when hovering over them with the mouse controlled by :opt:`show_hyperlink_targets` (:pull:`5830`)
- Keyboard protocol: Remove ``CSI R`` from the allowed encodings of the :kbd:`F3` key as it conflicts with the *Cursor Position Report* escape code (:disc:`5813`)
- Allow using the cwd of the original process for :option:`launch --cwd` (:iss:`5672`)