diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-08-13 08:52:06 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-08-13 08:52:06 +0000 |
commit | 8e5061d0c63f1e0b3c71b212fdc380ba0a347a58 (patch) | |
tree | ea4616b97816723a713e0f910aa5656a574eb32a /ChangeLog | |
parent | 80eee3a4a336a0a91d73be5cd752d5f788661d4b (diff) | |
download | zsh-8e5061d0c63f1e0b3c71b212fdc380ba0a347a58.tar.gz zsh-8e5061d0c63f1e0b3c71b212fdc380ba0a347a58.tar.xz zsh-8e5061d0c63f1e0b3c71b212fdc380ba0a347a58.zip |
28160, 28164: fix redisplay problem after display reset
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b16698d5b..20327e31e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-08-13 Peter Stephenson <pws@csr.com> + + * 28160 modified as per 28164: Src/Zle/zle_refresh.c: when the + display was reset we didn't properly mark the old display line + as invalid. This could mean the display didn't get redrawn + properly. + 2010-08-11 Peter Stephenson <pws@csr.com> * 28139: based on Frank Terbeck: 28122: Src/Zle/zle_params.c, @@ -13518,5 +13525,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5055 $ +* $Revision: 1.5056 $ ***************************************************** |