diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-15 23:59:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-15 23:59:05 +0000 |
commit | 7da98c51246f245cde16cddb9b418afcfb3b3574 (patch) | |
tree | f51933a73efe9bce68907df66827f23f413569bc /ChangeLog | |
parent | ac0756270c583430fa036403ac4a726716e1c967 (diff) | |
download | zsh-7da98c51246f245cde16cddb9b418afcfb3b3574.tar.gz zsh-7da98c51246f245cde16cddb9b418afcfb3b3574.tar.xz zsh-7da98c51246f245cde16cddb9b418afcfb3b3574.zip |
24556: %G in prompt for glitch characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 11b29abde..347743fe5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-02-15 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 24556: Doc/Zsh/prompt.yo, Src/prompt.c: %G inside %{...%} + can be used to count width of "glitch" characters. + * 24554: Src/Zle/complist.c: push an extra heap for complistmatches() to stop accumulating it; always treat mcolors as a global instead of just sometimes. |