zsh-users
 help / color / mirror / code / Atom feed
From: nirva@ishiboo.com (Danny Dulai)
To: Andrej.Borsenkow@mow.siemens.ru (Andrej Borsenkow),
	nirva@ishiboo.com (Danny Dulai),
	zsh-users@sunsite.auc.dk
Subject: RE: zsh script and SIGCONT
Date: 12 Dec 1999 11:50:23 -0000	[thread overview]
Message-ID: <Liam.944999422.929800.796.1038708749@fizz> (raw)
In-Reply-To: <000101bf448e$e9d0e710$21c9ca95@mow.siemens.ru>

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@ishiboo.com


  reply	other threads:[~1999-12-12 11:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-12 10:10 Danny Dulai
1999-12-12 10:12 ` Danny Dulai
1999-12-12 10:51   ` Andrej Borsenkow
1999-12-12 11:50     ` Danny Dulai [this message]
1999-12-12 12:03       ` Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Liam.944999422.929800.796.1038708749@fizz \
    --to=nirva@ishiboo.com \
    --cc=Andrej.Borsenkow@mow.siemens.ru \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).