summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2019-01-23 00:46:58 +0100
committerMikael Magnusson <mikachu@gmail.com>2019-01-23 11:51:42 +0100
commitd683d278c793681069800417b77e8d53e7ce21f1 (patch)
tree150d9a99acde1a9f6bd2569f1c81c140a3e79f46 /ChangeLog
parent44001: _brace_parameter: Complete (q+) (diff)
downloadzsh-d683d278c793681069800417b77e8d53e7ce21f1.tar
zsh-d683d278c793681069800417b77e8d53e7ce21f1.tar.gz
zsh-d683d278c793681069800417b77e8d53e7ce21f1.tar.bz2
zsh-d683d278c793681069800417b77e8d53e7ce21f1.tar.lz
zsh-d683d278c793681069800417b77e8d53e7ce21f1.tar.xz
zsh-d683d278c793681069800417b77e8d53e7ce21f1.tar.zst
zsh-d683d278c793681069800417b77e8d53e7ce21f1.zip
44011: Only use fg_start_code for non-truecolor
The sequence for truecolor uses a different prefix from palette colors
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3ae92cdc..8cefc0d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-23 Mikael Magnusson <mikachu@gmail.com>
+
+ * 44011: Doc/Zsh/zle.yo, Src/prompt.c, Test/X04zlehighlight.ztst:
+ Only use fg_start_code for non-truecolor
+
2018-01-21 dana <dana@dana.is>
* 44001: Completion/Zsh/Context/_brace_parameter: Complete (q+)