diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2024-02-12 06:26:27 -0600 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-02-12 13:49:14 +0100 |
commit | 6314e2dc67418141b12081bde846091e5e160702 (patch) | |
tree | f21798e32c9d43a9d7fc4d08b5f80c1da0ca9848 /go.mod | |
parent | 57020e98b9ca22eaf2be73722abb79547674cd67 (diff) | |
download | aerc-6314e2dc67418141b12081bde846091e5e160702.tar.gz |
vaxis: update to v0.7.2 and update ansi parser
Update Vaxis to v0.7.2 to gain performance improvements and StyledString
parsing. The Vaxis parser fully accounts for the terminal's capability
to display wide characters.
Use the Vaxis StyledString parser to parse and style ansi-encoded
strings. Remove unneeded code and tests.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.18 require ( git.sr.ht/~rjarry/go-opt v1.3.0 git.sr.ht/~rockorager/go-jmap v0.3.0 - git.sr.ht/~rockorager/vaxis v0.4.7 + git.sr.ht/~rockorager/vaxis v0.7.2 github.com/ProtonMail/go-crypto v0.0.0-20230417170513-8ee5748c52b5 github.com/arran4/golang-ical v0.0.0-20230318005454-19abf92700cc github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 |