summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-10-14 11:19:42 +0200
committerdelthas <delthas@dille.cc>2022-10-14 11:19:42 +0200
commitd242b4f3e446a9950f007810b710bd240e4f623f (patch)
tree98d82da668a2c1f61d67e9a59ec6824c463ca5ed /go.mod
parentScroll to buffer on zoom (diff)
Switch to the upstream tcell implementation of OSC 8 hyperlink
tcell has merged OSC support in [1], with support for more terminals than what was added in the tcell fork we used. Now, all terminals with mouse sequences support should receive OSC 8 hyperlinks sequences. [1]: https://github.com/gdamore/tcell/pull/527/commits/e7b14a71dc78721c0f007fd6197262c52c1d4df9 Fixes: https://todo.sr.ht/~taiite/senpai/103
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 51d22a5..7f13976 100644
--- a/go.mod
+++ b/go.mod
@@ -4,12 +4,10 @@ go 1.16
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
- github.com/gdamore/tcell/v2 v2.3.11
+ github.com/gdamore/tcell/v2 v2.5.4-0.20220911202027-96bb70f9efec
github.com/mattn/go-runewidth v0.0.13
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
mvdan.cc/xurls/v2 v2.3.0
)
-
-replace github.com/gdamore/tcell/v2 => github.com/delthas/tcell/v2 v2.4.1-0.20220223131437-2362f49a2b6c