From 28fde6118fca2b1f93457d493572a4401e8448ac Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 2 Apr 2024 11:40:50 -0500 Subject: ui: update vaxis to v0.8.5 Update vaxis library to v0.8.5 which includes several terminal widget fixes: - Tab stop positions were off by 1 - Now reponds to secondary DA queries - Fix encoding of function keys higher than F12 Signed-off-by: Tim Culverhouse Tested-by: Inwit 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 b0200e62..7d321a8a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( git.sr.ht/~rjarry/go-opt v1.4.0 git.sr.ht/~rockorager/go-jmap v0.4.6 - git.sr.ht/~rockorager/vaxis v0.8.4 + git.sr.ht/~rockorager/vaxis v0.8.5 github.com/ProtonMail/go-crypto v1.0.0 github.com/arran4/golang-ical v0.2.7 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 -- cgit