zsh-workers
 help / color / mirror / code / Atom feed
* interrupt handling bug (again?)
@ 2017-06-06 19:08 Mikael Magnusson
  2017-06-24 19:03 ` Bart Schaefer
  0 siblings, 1 reply; 9+ messages in thread
From: Mikael Magnusson @ 2017-06-06 19:08 UTC (permalink / raw)
  To: zsh workers

if you do this
% for a in 1 2 3; do xterm; done
then hit ctrl-z in that term and bg it, do stuff and at some point hit
ctrl-c, the backgrounded for loop will be interrupted after the
running xterm exits. This happens even if you disown it, but not if
you run it with & or &|.

-- 
Mikael Magnusson


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

end of thread, other threads:[~2017-07-10  9:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-06 19:08 interrupt handling bug (again?) Mikael Magnusson
2017-06-24 19:03 ` Bart Schaefer
2017-06-30 13:33   ` Peter Stephenson
2017-06-30 21:16     ` Peter Stephenson
2017-07-02 19:32       ` Peter Stephenson
2017-07-02 20:05         ` Bart Schaefer
2017-07-02 20:22           ` Peter Stephenson
2017-07-03 15:09   ` Peter Stephenson
2017-07-10  9:36     ` 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).