about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-01-11 16:05:06 +0100
committerOliver Kiddle <opk@zsh.org>2023-01-11 16:05:06 +0100
commite2a39513dcff152fdfe1d966c0eb3156cce260b6 (patch)
treefffb6cbdf4f578551f5d6b7075ddbc6cc6e51cf9 /NEWS
parent246b7c75055654dcc6186db1c4d52724dc522aa2 (diff)
downloadzsh-e2a39513dcff152fdfe1d966c0eb3156cce260b6.tar.gz
zsh-e2a39513dcff152fdfe1d966c0eb3156cce260b6.tar.xz
zsh-e2a39513dcff152fdfe1d966c0eb3156cce260b6.zip
unposted: mention attributes changes, fix renumbering mistake and allow completion to offer prompt escapes for PROMPT_EOL_MARK
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3a16a8bc..0e726699f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,12 @@ Note also the list of incompatibilities in the README file.
 Changes since 5.9
 -----------------
 
+In region_highlight and zle_highlight, italic and faint can be
+specified as font attributes for terminals that support them.
+
+Ellipsis markers shown by the line editor to indicate where the line
+doesn't fit in the terminal can be highlighted.
+
 The ERR_EXIT and ERR_RETURN options were refined to be more self-
 consistent and better aligned with the POSIX-2017 specification of
 `set -e`. For details on what exactly changed, see the list of