about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarlon Richert <marlon.richert@gmail.com>2021-09-06 14:22:58 -0700
committerBart Schaefer <schaefer@ipost.com>2021-09-06 14:22:58 -0700
commit8ffcdc48248bff14f301a44525f954af5e7a8dee (patch)
treeb97ea09773950156e65aff3fe8e192c6f64db1f9 /ChangeLog
parenta675d058db7587eaf2f95da3e6d14fdacf01a7b0 (diff)
downloadzsh-8ffcdc48248bff14f301a44525f954af5e7a8dee.tar.gz
zsh-8ffcdc48248bff14f301a44525f954af5e7a8dee.tar.xz
zsh-8ffcdc48248bff14f301a44525f954af5e7a8dee.zip
49292: Src/Zle/complist.c: turn off colors before clearing to end of line
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a6b68368..23388056b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 	* Marlon Richert: 49378: Src/parse.c: skip check for collision
 	of aliases and functions when NO_EXEC
 
+	* Marlon Richert: 49292: Src/Zle/complist.c: turn off colors
+	before clearing to end of line
+
 	* 49282: set $0 correctly when calling functions from hooks
 
 	* 49266: fix segfault on metacharacters in long job texts