xterm.js
xterm.js copied to clipboard
OSC hyperlink support
Previous attempts: https://github.com/xtermjs/xterm.js/pull/2904, https://github.com/xtermjs/xterm.js/pull/3904
Fixes #1134
This sets up the model side of multiple range support but does not implement it, there's an example in the demo test button that should work when it's done:
This is basically done, I'm going to wait until next month to push it though considering the amount of changes that are already in this month.
@Tyriar I know lots of people looking forward to get hyperlink support enabled in xterm. Lost of vscode users will be thrilled to see this in sooner.
@ssbarnea should land in 1.72 🙂
@Tyriar Oh well abit late to the party - do you think this should get a review? Sorry the PR kinda went unnoticed to me...
@jerch sure a review is always welcome! Can always react to feedback retroactively. I'm trying to integrate it with VS Code atm which is what https://github.com/xtermjs/xterm.js/pull/4087 is about