diff --git a/termlink.go b/termlink.go index 1d81590..16f521a 100644 --- a/termlink.go +++ b/termlink.go @@ -125,7 +125,7 @@ func supportsHyperlinks() bool { } // Terminals which have a TERM variable set - if matchesEnv("TERM", []string{"xterm-kitty", "alacritty", "alacritty-direct"}) { + if matchesEnv("TERM", []string{"xterm-kitty", "xterm-256color", "alacritty", "alacritty-direct"}) { return true }