aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2024-07-29 08:04:49 -0500
committerRobin Jarry <robin@jarry.cc>2024-07-29 23:58:12 +0200
commita7f907effadad3f35fb4477278e068f24f94ab40 (patch)
tree85f186366fdf6e11349dcdfdbc44302c078e745e /go.mod
parent136a28ff46dd321c98afa8a9d62c5f12a41f09b2 (diff)
downloadaerc-a7f907effadad3f35fb4477278e068f24f94ab40.tar.gz
deps: update vaxis to v0.10.3
Vaxis v0.10.3 brings with it a few bug fixes, major sixel performance improvements, and a new VT extension which enables Vaxis to receive window resize updates in-band via escape sequences on supported terminals (foot, ghostty, iTerm2, and kitty as of this patch). - Improved performance all around for sixels (thanks, delthas) - Fix key decoding for Home and End for the st terminal - Implement mode 2048 for in-band resizes - Add quirk for tmux 3.4 to turn on unicode width measurements - Fix dropping of events during large pastes Changelog-fixed: Detection of unicode width measurements on tmux 3.4. Changelog-fixed: Dropping of events during large pastes. Changelog-fixed: Home and End key decoding for the st terminal. 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 1627cbfa..2c813b39 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.5.0
- git.sr.ht/~rockorager/vaxis v0.9.2
+ git.sr.ht/~rockorager/vaxis v0.10.3
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