diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2024-03-07 10:50:37 -0600 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-03-10 19:19:40 +0100 |
commit | 4ffbaa6b3946474f1432390168d203a68b5ccd44 (patch) | |
tree | 802c915a709c7b50dd7190103c4cea78fe111bf1 /go.mod | |
parent | 95bf78ed72e59ec01c3497767b7dabdf4e2cfa85 (diff) | |
download | aerc-4ffbaa6b3946474f1432390168d203a68b5ccd44.tar.gz |
mod: update vaxis
Update Vaxis to v0.8.4. This version has a few bug fixes relevant to
aerc:
- Charset handling in the terminal (John)
- Various key encoding issues (Robin)
- Fix resize race conditions with underlying terminal (inwit, Bence)
- Explicit cursor positioning on new rows to fix wrapped selections (Tristan)
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.4.5 - git.sr.ht/~rockorager/vaxis v0.8.2 + git.sr.ht/~rockorager/vaxis v0.8.4 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 |