zsh-workers
 help / color / mirror / code / Atom feed
From: Han Pingtian <hanpt@linux.vnet.ibm.com>
To: zsh-workers@zsh.org
Subject: jobs -r doesn't show jobs continued by kill -CONT
Date: Mon, 4 May 2015 06:52:13 +0800	[thread overview]
Message-ID: <20150503225212.GA2752@localhost.localdomain> (raw)

Hi,

jobs -r doesn't show a job which suspended the continued by kill -CONT:

% zsh -f
localhost% sleep 50
^Z
zsh: suspended  sleep 50
localhost% jobs -r
localhost% jobs
[1]  + suspended  sleep 50
localhost% kill -CONT %1
localhost% jobs
[1]  + running    sleep 50
localhost% jobs -r
localhost% 

If the job was continued by bg, then job -r can show it.


             reply	other threads:[~2015-05-03 23:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-03 22:52 Han Pingtian [this message]
2015-05-04  6:26 ` Bart Schaefer
2015-05-04 17:36 ` Peter Stephenson
2015-05-05 19:02   ` Bart Schaefer
2015-05-05 19:14     ` Peter Stephenson

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=20150503225212.GA2752@localhost.localdomain \
    --to=hanpt@linux.vnet.ibm.com \
    --cc=zsh-workers@zsh.org \
    /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).