You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using gnome terminal, and $TERM returns xterm-256color. It seems like links are supported, but it looks like the default Terminal() object sets ansiHyperlinks to false.
The text was updated successfully, but these errors were encountered:
I'm happy to add support for gnome terminal, but to do that we'd need to be able to detect it. I don't see any mention of hyperlinks in their changelog, so I'm not sure when support for them were added.
Does gnome terminal set any envvarrs like TERM_PROGRAM that would allow us to tell we're running on it?
I'm using gnome terminal, and
$TERM
returnsxterm-256color
. It seems like links are supported, but it looks like the defaultTerminal()
object setsansiHyperlinks
tofalse
.The text was updated successfully, but these errors were encountered: