commit | cc0907165d388e4e8842d3bda9e24ed4d932d6b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 11:31:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 11:31:23 2022 +0000 |
tree | cd1de1b5e4df258bc6edfd3286ae8fb1af564bc4 | |
parent | c255b789653120979eacdf8bb8eca02487753a8e [diff] [blame] |
patch 9.0.0955: libvterm does not support the XTQMODKEYS request Problem: Libvterm does not support the XTQMODKEYS request. Solution: Implement the XTQMODKEYS request and response. Update the keycode check results.
diff --git a/src/version.c b/src/version.c index 447392c..33f736a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 955, +/**/ 954, /**/ 953,