Term capabilities for gnome-terminal
mdgeorge4153 opened this issue · 1 comments
mdgeorge4153 commented
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
.
ajalt commented
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?