diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-10-02 01:10:11 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-10-02 01:10:11 +0000 |
commit | 188abdd708a9a03ff44b5361d028a9953701250e (patch) | |
tree | 161bbf0543fedbf736f38629408d1f42fabf595a /ChangeLog | |
parent | 748bd73d88ff777b6af0afd32934afb43b11ed6f (diff) | |
download | zsh-188abdd708a9a03ff44b5361d028a9953701250e.tar.gz zsh-188abdd708a9a03ff44b5361d028a9953701250e.tar.xz zsh-188abdd708a9a03ff44b5361d028a9953701250e.zip |
29799: swap order of RESET_PROMPT / REFRESH in adjustwinsize().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2b7f1e15c..1b67dccfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-09-25 Barton E. Schaefer <schaefer@brasslantern.com> + * 29799: Src/utils.c: swap order of RESET_PROMPT / REFRESH in + adjustwinsize() so that the cursor is moved to the start of a + multi-line prompt before the prompt is actually displayed. + * 29769: Src/signals.c: handle thisjob == -1 (no foreground job) when checking for whether a background job is allowed to suspend. @@ -15447,5 +15451,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5473 $ +* $Revision: 1.5474 $ ***************************************************** |