diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-07-08 22:28:15 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-07-08 22:28:15 +0200 |
commit | e87aa8941fd7e13b039bf4d1664c6dc39a09313a (patch) | |
tree | 780ddf0747eb19a83830f84172008f46e1eee58d /ChangeLog | |
parent | fc286168edac8c0b5fb9e8ec6226d4c77bcde79f (diff) | |
download | zsh-e87aa8941fd7e13b039bf4d1664c6dc39a09313a.tar.gz zsh-e87aa8941fd7e13b039bf4d1664c6dc39a09313a.tar.xz zsh-e87aa8941fd7e13b039bf4d1664c6dc39a09313a.zip |
38809: fix tracking of colour attributes and restore them when turning bold off
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e1b5bd524..f220cbc82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-07-08 Oliver Kiddle <opk@zsh.org> + * 38809: Src/zsh.h, Src/prompt.c, Src/Zle/zle_refresh.c: + fix tracking of colour attributes and restore them when + turning bold off + * unposted: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo, Doc/Zsh/options.yo, Doc/Zsh/zle.yo: fix duplicated words |