summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-11-10 21:02:35 +0100
committerOliver Kiddle <opk@zsh.org>2025-11-10 21:02:35 +0100
commit45b6de088a0d560c420243c13b64587fd516baa8 (patch)
tree42b6d4053069a897db7734f70e8dd06635a31887 /ChangeLog
parent53438: support for changing terminal cursor shape and colour (diff)
downloadzsh-45b6de088a0d560c420243c13b64587fd516baa8.tar
zsh-45b6de088a0d560c420243c13b64587fd516baa8.tar.gz
zsh-45b6de088a0d560c420243c13b64587fd516baa8.tar.bz2
zsh-45b6de088a0d560c420243c13b64587fd516baa8.tar.lz
zsh-45b6de088a0d560c420243c13b64587fd516baa8.tar.xz
zsh-45b6de088a0d560c420243c13b64587fd516baa8.tar.zst
zsh-45b6de088a0d560c420243c13b64587fd516baa8.zip
53402, 54042: make timeout for terminal queries configurable via a .term.querywait variable
Also clarify documentation and include fewer of the new extensions by default
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f62eb9a6..3f1503dbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2025-11-10 Oliver Kiddle <opk@zsh.org>
+ * 53402, 54042: Src/Zle/termquery.c, Src/Zle/zle_main.c,
+ Doc/Zsh/params.yo, Doc/Zsh/zle.yo: make timeout for terminal queries
+ configurable via a .term.querywait variable, clarify documentation
+ and include fewer of the new extensions by default
+
* 53438: Doc/Zsh/params.yo, Doc/Zsh/zle.yo, Src/Zle/termquery.c,
Src/Zle/zle.h, Src/Zle/zle_refresh.c, Src/Zle/zle_vi.c, Src/init.c,
Src/zsh.h: support for changing terminal cursor shape and colour