Skip to content

Commit

Permalink
Merge pull request #10 from anosora233/feat
Browse files Browse the repository at this point in the history
feat: add support for windows terminal ssh session
  • Loading branch information
savioxavier authored Aug 24, 2024
2 parents 22371ac + 24f6f73 commit 981ec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termlink.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 981ec65

Please sign in to comment.