about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2024-01-28 00:34:05 +0100
committerOliver Kiddle <opk@zsh.org>2024-01-28 00:34:21 +0100
commit3c5dacd503a2ac81059346b37d16ab5d1b6a1e04 (patch)
tree555a7b6b0684a3cda54c2e899189d4a028d6ea00 /ChangeLog
parent8e622c25b24fb0b0d6e705fab97960351e123c65 (diff)
downloadzsh-3c5dacd503a2ac81059346b37d16ab5d1b6a1e04.tar.gz
zsh-3c5dacd503a2ac81059346b37d16ab5d1b6a1e04.tar.xz
zsh-3c5dacd503a2ac81059346b37d16ab5d1b6a1e04.zip
52499: support highlight groups
These are defined in a .zle.hlgroups associative array and referenced
using %H in prompt strings or hl= in zle_highlight/region_highlight.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 240fb0581..2e0b085e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-01-28  Oliver Kiddle  <opk@zsh.org>
 
+	* 52499: Src/prompt.c: support highlight groups defined in a
+	.zle.hlgroups associative array and referenced using %H in
+	prompt strings or hl= in zle_highlight/region_highlight
+
 	* unposted: Src/Modules/zutil.c: remove unused variable to silence
 	compiler warning