Bug#349350: zsh: Segfaults when exploring history in a too small terminal

2006-01-22 Thread Jacob Sparre Andersen
Clint Adams wrote: If you now scroll back in the command history, Zsh will segfault. I can't reproduce this. Does it happen with "LANG=C zsh -f" ? Yes. Jacob -- ACRONYM: A Contrived Reduction Of Nomenclature Yielding Mnemonics -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#349350: zsh: Segfaults when exploring history in a too small terminal

2006-01-22 Thread Clint Adams
> If you now scroll back in the command history, Zsh will segfault. I can't reproduce this. Does it happen with "LANG=C zsh -f" ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#349350: zsh: Segfaults when exploring history in a too small terminal

2006-01-22 Thread Jacob Sparre Andersen
Package: zsh Version: 4.3.0-dev-2-4 Severity: normal Zsh segfaults when I am exploring the command history in a terminal which is too small (number of lines) to show the multi-line command I am looking at. An example: [24 line terminal] % for a in b; do for>echo a for>echo ${a} for>