1 parent a27db48 commit 88f2cd4Copy full SHA for 88f2cd4
1 file changed
termlink.go
@@ -122,8 +122,6 @@ func supportsHyperlinks() bool {
122
// It is unclear when during the private beta that ghostty started supporting hyperlinks,
123
// so we'll start from the public release.
124
return v.major >= 1
125
- default:
126
- return false
127
128
// Hyper Terminal used to be included in this list, and it even supports hyperlinks
129
// but the hyperlinks are pseudo-hyperlinks and are actually not clickable
0 commit comments