diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-12 19:58:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-12 19:58:04 +0000 |
commit | feb2df4b6345fd7494772b6b560a50a85eb93125 (patch) | |
tree | 5cd0b4cf73881faa442ea5b94d616ba14a86b411 /ChangeLog | |
parent | d1abd3e7cf53fc271e9d7c5de4f84ad3e6be42c7 (diff) | |
download | zsh-feb2df4b6345fd7494772b6b560a50a85eb93125.tar.gz zsh-feb2df4b6345fd7494772b6b560a50a85eb93125.tar.xz zsh-feb2df4b6345fd7494772b6b560a50a85eb93125.zip |
26958: Fix reallocation problem in prompts
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2a32a9e3c..ebafdae8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-12 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 26958: Src/prompt.c: Reallocation of prompt line didn't + fix the pointer to the start of the current line. + 2009-05-12 Peter Stephenson <pws@csr.com> * unposted: Functions/Prompts/prompt_bart_setup: fix a warning @@ -11698,5 +11703,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4684 $ +* $Revision: 1.4685 $ ***************************************************** |