aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2022-12-26 19:14:40 -0600
committerRobin Jarry <robin@jarry.cc>2022-12-27 21:07:45 +0100
commit6fb18793d96e6097f395e8f4b7a460f40d59b57d (patch)
tree64e8172ac2c29c5b3046d98e15e605a5f57f0624 /go.mod
parent31892a664be218f5d983e835a5cbca3628baf8cc (diff)
downloadaerc-6fb18793d96e6097f395e8f4b7a460f40d59b57d.tar.gz
term: upgrade tcell-term to v0.4.0
Upgrade tcell-term to latest tag. Has only a few fixes: - Always set TERM=xterm-256color for better compatibility - Fix some RGB parsing sequences - Fix splitting of UTF8 bytes causing render issues Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e70b7575..466c1709 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.sr.ht/~rjarry/aerc
go 1.16
require (
- git.sr.ht/~rockorager/tcell-term v0.3.0
+ git.sr.ht/~rockorager/tcell-term v0.4.0
git.sr.ht/~sircmpwn/getopt v1.0.0
github.com/ProtonMail/go-crypto v0.0.0-20211221144345-a4f6767435ab
github.com/arran4/golang-ical v0.0.0-20220517104411-fd89fefb0182