diff options
author | Oliver Kiddle <opk@zsh.org> | 2025-03-03 01:15:00 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-03-03 01:15:24 +0100 |
commit | 71f35afa1cd48d6c25a517797e543cb2aa23a47b (patch) | |
tree | 9ad2f1380831f9be1019acb820e54321b538d81d /ChangeLog | |
parent | d315401a032cfada4ff733b20d708a5e76d75e48 (diff) | |
download | zsh-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |