[konsole] [Bug 408288] New: Missing support for hyperlink
Franco Traversaro
bugzilla_noreply at kde.org
Tue Jun 4 13:52:05 BST 2019
https://bugs.kde.org/show_bug.cgi?id=408288
Bug ID: 408288
Summary: Missing support for hyperlink
Product: konsole
Version: unspecified
Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: emulation
Assignee: konsole-devel at kde.org
Reporter: f.traversaro at gmail.com
Target Milestone: ---
SUMMARY
Gnome Terminal and iTerm2 introduced the support to ANSI escape codes per
hyperlinks. Such codes are now adopted by PHP framework Symfony in various
components such symfony/console, that is broadly adopted by a lot of other PHP
projects.
Konsole, at the moment, badly manages such sequences, leaving trailing
backslashes.
STEPS TO REPRODUCE
1. printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
OBSERVED RESULT
\This is a link\
EXPECTED RESULT
This is a link
In the best case, the text has a dotted underline and the user can Ctrl+Click
it to open the link;
In the worst case, all ecape codes are completely ignored and only the text is
rendered.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 19.04
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.2
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list