zsh-workers
 help / color / mirror / code / Atom feed
* jobs -r doesn't show jobs continued by kill -CONT
@ 2015-05-03 22:52 Han Pingtian
  2015-05-04  6:26 ` Bart Schaefer
  2015-05-04 17:36 ` Peter Stephenson
  0 siblings, 2 replies; 5+ messages in thread
From: Han Pingtian @ 2015-05-03 22:52 UTC (permalink / raw)
  To: zsh-workers

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-05 19:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-03 22:52 jobs -r doesn't show jobs continued by kill -CONT Han Pingtian
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

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).