1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 23:41:31 +01:00

Src/Zle/zle_refresh.c: pullup bug fixes: 1.1->1.3

This commit is contained in:
Geoff Wing 2001-09-09 06:55:11 +00:00
parent c5e254b022
commit b000083cf4

View file

@ -1,3 +1,11 @@
2001-09-09 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-28 Sven Wischnowsky <wischnow@zsh.org>
* 15717: Src/subst.c, Src/Modules/parameter.c,