Skip to content

Add support for more hyperlinks

Ben Simmons requested to merge LinuxSBC/black-box-with-hyperlinks:main into main

Fixes #337 (closed) and possibly #329 (I can't reproduce, but this changes the relevant code). This implements OSC 8, allowing BlackBox to detect URIs other than the basic http:// ones, such as those produced in ls --hyperlink. Note: Unlike GNOME Console and GNOME Terminal, Ctrl+click does not open the links, instead requiring the user to right-click then click "Open Link".

Merge request reports