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

RE: zsh script and SIGCONT



On 12/12/99, Andrej Borsenkow said:
>>
>> whoops.. forgot to mention that I'm runnign zsh 3.1.6.. it works fine in
>> zsh 3.1.5.
>
>It works in zsh-3.1.6-pws-11 as well that is the latest development version.
>http://www.pwstephenson.fsnet.co.uk/zsh-3.1.6-pws-11.tar.gz

doesnt seem fixed to me :(

(~) % exec zsh  
(~) % echo $ZSH_VERSION 
3.1.6-pws-11
(~) % cat p2
while :; do
    echo helu;
    sleep 1
done
(~) % zsh p2
helu
helu

zsh: 5896 suspended  zsh p2
(~) % bg
[1]  + continued  zsh p2
(~) % 
[1]  + 5896 done       zsh p2
(~) % zsh p2
helu
helu

zsh: 5902 suspended  zsh p2
(~) % bg
[1]  + continued  zsh p2
(~) % 
[1]  + 5902 done       zsh p2
(~) % bash p2
helu
helu

zsh: 5908 suspended  bash p2
(~) % fg
[1]  + continued  bash p2
helu
helu


-- 
___________________________________________________________________________
Danny Dulai                                           Feet. Pumice. Lotion.
http://www.ishiboo.com/~nirva/                            nirva@xxxxxxxxxxx



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