summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-12 16:18:31 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-16 18:28:31 +0200
commit75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3 (patch)
tree75bc871ee91a07eb134650d02d7028d85b887978 /ChangeLog
parent54558: ksh93: .sh.match handling with KSHARRAYS set was totally broken (diff)
downloadzsh-75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3.tar
zsh-75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3.tar.gz
zsh-75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3.tar.bz2
zsh-75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3.tar.lz
zsh-75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3.tar.xz
zsh-75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3.tar.zst
zsh-75ebfe8cf1286ca877a6cc8a5b69bc53febb4aa3.zip
54559: nearcolor was missing the third grayscale entry in 88 color mode
Adding a test for this is not trivial since tccolours is set directly from a termcap lookup, and is specifically documented in the code as "may not be set".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0652bc0e..7120c0df5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2026-05-16 Mikael Magnusson <mikachu@gmail.com>
+ * 54559: Src/Modules/nearcolor.c: nearcolor was missing the
+ third grayscale entry in 88 color mode
+
* 54558: Src/Modules/ksh93.c: ksh93: .sh.match handling with
KSHARRAYS set was totally broken