From 3687b1814990bcbf75cc1d98910c3e3125d9e192 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Wed, 19 Oct 2022 12:37:51 -0500 Subject: terminal: bump tcell-term version Upgrade tcell-term to v0.3.0. - Fixes erase line handling - Wide character support Signed-off-by: Tim Culverhouse Acked-by: Robin Jarry --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index fb05b461..6fe4fd7b 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.2.0 + git.sr.ht/~rockorager/tcell-term v0.3.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 -- cgit