diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-13 16:05:46 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-13 16:05:46 +0000 |
commit | 7e5d340abe68cb521b9bc351db791ea87b7dfc5d (patch) | |
tree | 19ff7c304cf55170783a48aac1ea3c6c7848f194 /ChangeLog | |
parent | 0cf040f4bf50c5530bd19da76ea234e2cd831667 (diff) | |
download | zsh-7e5d340abe68cb521b9bc351db791ea87b7dfc5d.tar.gz zsh-7e5d340abe68cb521b9bc351db791ea87b7dfc5d.tar.xz zsh-7e5d340abe68cb521b9bc351db791ea87b7dfc5d.zip |
26393: turn off text attributes in refresh when deleting text
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b09759376..57853752c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-01-13 Peter Stephenson <pws@csr.com> + * 26393: Src/Zle/zle_refresh.c: turn off text attributes when + deleting text, to avoid them being used for inserted blanks. + * unposted: Completion/Base/Utility/_values, Doc/Zsh/compwid.yo, Src/Zle/compcore.c, Src/Zle/complete.c, Src/Zle/compresult.c: Back off 26270 and follow up; was causing memory corruption. @@ -10901,5 +10904,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4506 $ +* $Revision: 1.4507 $ ***************************************************** |