summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-03-03 01:15:00 +0100
committerOliver Kiddle <opk@zsh.org>2025-03-03 01:15:24 +0100
commit71f35afa1cd48d6c25a517797e543cb2aa23a47b (patch)
tree9ad2f1380831f9be1019acb820e54321b538d81d /ChangeLog
parentd315401a032cfada4ff733b20d708a5e76d75e48 (diff)
downloadzsh-71f35afa1cd48d6c25a517797e543cb2aa23a47b.tar.gz
zsh-71f35afa1cd48d6c25a517797e543cb2aa23a47b.zip
53394: drop OSC and DCS sequences in key input
They are likely to be terminal query responses not keys. If they do match a keybinding that's not affected. Also does likewise for certain CSI sequences.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 340a39479..926f36d58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-03-03 Oliver Kiddle <opk@zsh.org>
+
+ * 53394: Src/Zle/zle_keymap.c: drop OSC and DCS sequences in key
+ input as they are likely to be terminal query responses not keys
+
2025-03-02 Bart Schaefer <schaefer@toltec-ubuntu>
* 53368: Src/options.c: ignore no-op changes to EMACS/VI options