mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.26k stars 242 forks source link

Support OSC 8 links #583

Open gabrieljones opened 11 months ago

gabrieljones commented 11 months ago

https://github.com/Alhadis/OSC8-Adoption

mabe02 commented 8 months ago

Interesting; problem is that the low-level Terminal interface only supports per-character output, not strings.

mabe02 commented 8 months ago

Ah, I take it back, we do have:

void putString(String string) throws IOException;

So we could add "putURLString" or something like that