summaryrefslogtreecommitdiff
path: root/pkg/dmenu/ver
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 22:28:58 -0700
committerMichael Forney <mforney@mforney.org>2019-03-19 00:52:21 -0700
commita32671ebce109be78fc180112a39bc04b7fc4488 (patch)
tree80cfa0eb5ebaa9ed13929f5d953c0d32429a1a8a /pkg/dmenu/ver
parenta53d1c134006632d79bb10f3a61b60510bd039e4 (diff)
dmenu: Fix control key handling
xkb_keysym_to_utf8 does not do control transformations, so handled control keys (for instance, Ctrl-w) would still insert a 'w'.
Diffstat (limited to 'pkg/dmenu/ver')
-rw-r--r--pkg/dmenu/ver2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/dmenu/ver b/pkg/dmenu/ver
index 795c73d1..8667494a 100644
--- a/pkg/dmenu/ver
+++ b/pkg/dmenu/ver
@@ -1 +1 @@
-4.9 r0
+4.9 r1