Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: zsh script and SIGCONT
- X-seq: zsh-users 2771
- From: nirva@xxxxxxxxxxx (Danny Dulai)
- To: Andrej.Borsenkow@xxxxxxxxxxxxxx (Andrej Borsenkow), nirva@xxxxxxxxxxx (Danny Dulai), zsh-users@xxxxxxxxxxxxxx
- Subject: RE: zsh script and SIGCONT
- Date: 12 Dec 1999 11:50:23 -0000
- In-reply-to: <000101bf448e$e9d0e710$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
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