Skip to content

Commit 981ec65

Browse files
authored
Merge pull request #10 from anosora233/feat
feat: add support for windows terminal ssh session
2 parents 22371ac + 24f6f73 commit 981ec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

termlink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func supportsHyperlinks() bool {
125125
}
126126

127127
// Terminals which have a TERM variable set
128-
if matchesEnv("TERM", []string{"xterm-kitty", "alacritty", "alacritty-direct"}) {
128+
if matchesEnv("TERM", []string{"xterm-kitty", "xterm-256color", "alacritty", "alacritty-direct"}) {
129129
return true
130130
}
131131

0 commit comments

Comments
 (0)