commit | a2834e17d18a3e7211da6f792cc6d86dac5e8c3b | [log] [tgz] |
---|---|---|
author | Christian Fillion <contact@cfillion.ca> | Wed Oct 16 17:28:38 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Oct 16 17:28:38 2024 +0200 |
tree | 7f939f33f27d9cff9273d6569a16d88e467a09f4 | |
parent | 991657e87db9a6212e14b10594ca0a008d1ccd1c [diff] [blame] |
patch 9.1.0788: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot Problem: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot Solution: disable XTerm modifyOtherKeys form 1 when the kitty protocol is enabled (Christian Fillion) References: - https://invisible-island.net/xterm/modified-keys.html - https://sw.kovidgoyal.net/kitty/keyboard-protocol/ - https://codeberg.org/dnkl/foot/src/commit/e891abdd6a6652bd46b28c1988700a7f30931210/kitty-keymap.h - https://github.com/kovidgoyal/kitty/blob/d31459b0926f2afddc317d76314e4afd0d07d473/kitty/key_encoding.c#L193 fixes: #15868 closes: #15881 Signed-off-by: Christian Fillion <contact@cfillion.ca> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index b8852e3..b3cc9ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 788, +/**/ 787, /**/ 786,