Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Job listings and "coproc"
- X-seq: zsh-workers 3920
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Job listings and "coproc"
- Date: Sun, 3 May 1998 02:57:43 -0700
zsh -f where zsh is 3.0.5:
zagzig% coproc tee /tmp/capture
[1] 31145
zagzig% jobs
[1] + running tee /tmp/capture
Note that the coproc job is marked "+" even though it's impossible to bring
it back to the foreground. If you start other jobs, they can end up marked
"-", as if "fg" would prefer the coproc. Not a big bug, but a bug. (There
probably ought to be a third mark to identify the coprocess; perhaps "*" ?)
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author