diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2001-08-15 15:22:30 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2001-08-15 15:22:30 +0000 |
commit | 16372ce057fdba87e1694501297fbbcf01c7f59c (patch) | |
tree | ea44b5fff09b814dcea14a81b7b172b9862b02a5 /ChangeLog | |
parent | b67e8b380c558a35e49ebd0738ffbf6c2ad43d9f (diff) | |
download | zsh-16372ce057fdba87e1694501297fbbcf01c7f59c.tar.gz zsh-16372ce057fdba87e1694501297fbbcf01c7f59c.tar.xz zsh-16372ce057fdba87e1694501297fbbcf01c7f59c.zip |
15621: display of status line was being mucked up; also fix
continuation markers "<...." and "<....>" unposted: fix possible seg fault on a screen height shrink
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 419ac6294..b96b886c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-08-15 Geoff Wing <gcw@zsh.org> + + * 15621: Src/Zle/zle_refresh.c: display of status line was being + mucked up; also fix continuation markers "<...." and "<....>" + + * unposted: Src/Zle/zle_refresh.c: fix possible seg fault on a + screen height shrink + 2001-08-15 Adam Spiers <adam@spiers.net> * unposted: Doc/Zsh/expn.yo: mention the word `greedy' in the |