summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-01-10 21:02:16 +0100
committerOliver Kiddle <opk@zsh.org>2023-01-10 21:02:16 +0100
commit9d99a01367e85dc3d9cd8e711d78dc1cec6f018b (patch)
tree963e4bbf6710e3401fa22f3dcbe2927599a482e9 /ChangeLog
parent51280: add support for italic and faint fonts in the line editor (diff)
downloadzsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.gz
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.bz2
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.lz
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.xz
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.tar.zst
zsh-9d99a01367e85dc3d9cd8e711d78dc1cec6f018b.zip
51281: keep track of attributes left on at the end of left and right prompts and reapply them explicitly as appropriate
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e2938bf8..9aac1d59b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2023-01-10 Oliver Kiddle <opk@zsh.org>
+ * 51281: Src/Zle/zle_main.c, Src/Zle/zle_refresh.c, Src/zsh.h:
+ keep track of attributes left on at the end of left and right
+ prompts and reapply them explicitly as appropriate
+
* 51280: Doc/Zsh/zle.yo, Src/Zle/zle_refresh.c, Src/init.c,
Src/prompt.c, Src/zsh.h: add support for italic and faint
fonts in the line editor