Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: PATCH: loop killing



Andrej Borsenkow wrote:

> Ooops! Just found something weird:
> 
> bor@itsrm2:~%> zcat | while true
> do
> zcat
> done
> Now press ^\ (QUIT)
> bor@itsrm2:~%>
> 
> ??? QUIT is supposed to give you core ... Once more:

For me it does, it just doesn't print that it has. I can't find the
right place where to stick the needle just now, I'll look at it over
the weekend.

> It is even worse
> 
> bor@itsrm2:~%> while true
> do
> zcat
> done
> ^Z^Z^Z^Z^Z^Z^Z
> 
> Nothing happens at all.

This works for me.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author