Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OSC hyperlink sequence #130

Closed
hakonhagland opened this issue May 6, 2021 · 1 comment · Fixed by #131
Closed

Support for OSC hyperlink sequence #130

hakonhagland opened this issue May 6, 2021 · 1 comment · Fixed by #131

Comments

@hakonhagland
Copy link
Collaborator

I am using gnome-terminal to compile a c++ program, a typical output for a warning can look like this:

gcc1

The blue text -Warray-bounds is a hyperlink coded as an OSC sequence. When I run ansi2html on this output I get something like the following:
gcc2
which shows (notice the garbled output in pink) that the OSC hyperlink sequence is probably not supported by the program.

hakonhagland added a commit to hakonhagland/ansi2html that referenced this issue May 6, 2021
Adds support for OSC hyperlink sequences.
@hakonhagland
Copy link
Collaborator Author

Added a PR to fix this. See #131.

hakonhagland added a commit to hakonhagland/ansi2html that referenced this issue Sep 1, 2021
Adds support for OSC hyperlink sequences.
hakonhagland added a commit to hakonhagland/ansi2html that referenced this issue Sep 1, 2021
Adds support for OSC hyperlink sequences.
ssbarnea pushed a commit that referenced this issue Sep 3, 2021
* Fixes issue #130

Adds support for OSC hyperlink sequences.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant