about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-01-10 21:09:54 +0100
committerOliver Kiddle <opk@zsh.org>2023-01-10 21:09:54 +0100
commit498b771a821c9ca7f77b9f64789dfdfb79fd0631 (patch)
tree16d3d37261dfbcbb487a2f823a64e2e074077e69 /ChangeLog
parentcc672f1c3bfa9cdf4bbf100d85439340a479cb6b (diff)
downloadzsh-498b771a821c9ca7f77b9f64789dfdfb79fd0631.tar.gz
zsh-498b771a821c9ca7f77b9f64789dfdfb79fd0631.tar.xz
zsh-498b771a821c9ca7f77b9f64789dfdfb79fd0631.zip
51290: fix display of control characters with SINGLE_LINE_ZLE set
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3bc7b6e6..1ed133a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2023-01-10  Oliver Kiddle  <opk@zsh.org>
 
+	* 51290: Src/Zle/zle_refresh.c: fix display of control
+	characters with SINGLE_LINE_ZLE set
+
 	* 51289: Src/Zle/zle_refresh.c, Src/prompt.c: don't disable
 	non-colour attributes in prompts for SINGLE_LINE_ZLE and remove
 	superfluous extra escapes to disable attributes