From 6a0299d8f4c7a64c64d60a6bb39cfe6eaf892247 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 Oct 2019 21:14:03 +0200 Subject: patch 8.1.2134: modifier keys are not always recognized Problem: Modifier keys are not always recognized. Solution: Handle key codes generated by xterm with modifyOtherKeys set. Add this to libvterm so we can debug it. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index acbcc2d25..7289c9bb6 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2134, /**/ 2133, /**/ -- cgit v1.2.1