Skip to content

Commit 88f2cd4

Browse files
committed
remove early return in swith on TERM_PROGRAM
1 parent a27db48 commit 88f2cd4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

termlink.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ func supportsHyperlinks() bool {
122122
// It is unclear when during the private beta that ghostty started supporting hyperlinks,
123123
// so we'll start from the public release.
124124
return v.major >= 1
125-
default:
126-
return false
127125

128126
// Hyper Terminal used to be included in this list, and it even supports hyperlinks
129127
// but the hyperlinks are pseudo-hyperlinks and are actually not clickable

0 commit comments

Comments
 (0)