aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2024-02-23 16:15:12 -0600
committerRobin Jarry <robin@jarry.cc>2024-02-26 09:22:40 +0100
commit83c3a4051b146651c9e56924bf8e4a9c8b01c5a8 (patch)
treef9d0e79593ab54231f2ea4fd9ea7d354a5d5dded /go.mod
parentff77c7a52d78a487ea7775515aab4db399371075 (diff)
downloadaerc-83c3a4051b146651c9e56924bf8e4a9c8b01c5a8.tar.gz
aerc-83c3a4051b146651c9e56924bf8e4a9c8b01c5a8.zip
ui: update vaxis and only use disambiguate csi-u flag
Update vaxis to 0.8.2, which adds the ability to specify any CSI-u flag combination. Explicitly only use the disambiguate flag. This enables aerc to have additional keybinds not previously possible (C-i, C-m) while preventing some internal logic bugs relating to single-modifier key presses. While these events can be useful, they are not needed in aerc and aerc currently would need several workarounds to properly handle them so let's just not request them in the first place. Fixes a bug with encoding shift+space in the presence of CSI-u in the terminal widget Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Inwit <inwit@sindominio.net> Tested-by: Jason Cox <dev@jasoncarloscox.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 47825168..cde8cf59 100644
--- a/go.mod
+++ b/go.mod
@@ -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.7.4
+ git.sr.ht/~rockorager/vaxis v0.8.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