Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: jobs -r doesn't show jobs continued by kill -CONT
- X-seq: zsh-workers 35027
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: jobs -r doesn't show jobs continued by kill -CONT
- Date: Sun, 3 May 2015 23:26:34 -0700
- In-reply-to: <20150503225212.GA2752@localhost.localdomain>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150503225212.GA2752@localhost.localdomain>
On Sun, May 3, 2015 at 3:52 PM, Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx> wrote:
>
> jobs -r doesn't show a job which suspended [then] continued by kill -CONT
Similarly, "jobs -s" continues to list those jobs. The status shown
by "jobs" changes as follows:
^Z --> suspended
CONT --> running
bg --> continued
Messages sorted by:
Reverse Date,
Date,
Thread,
Author