Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
interrupt handling bug (again?)
- X-seq: zsh-workers 41240
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: interrupt handling bug (again?)
- Date: Tue, 6 Jun 2017 21:08:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=9liQtMgoARLygrzcRK/gw3EBnVZszAiHDsRvClGi8Q0=; b=GaEGniUM8MKnzwemvoJYdzDwLcw/mYbY5OOO24+tGfC8IUtc5IX63V2AlddO/EXb5q I0Q6d7qOK4r97KFmJuntPzMw8z3okC84hq2tYKHwxUVcRKhMEslRtJddg/vvIyr1aSQa ulm+8O8hhD0v+/xEL5klHfiCg7JpG2Dhb6vtsffs5vbTrVzXS6sUFtqyHjN9UFgl8+zH Kwrov0hS4NQO4FPcVnJ5NezEAlFeW+boKbX0I2ymJHjtGKbCecXJ0MG1X1AOIlI7X511 h4UZSFhznk7mF5HnmdKt0pQCy5YjN9PYM/4+qv/zU7ZF/7gWChXID2T4SZ3YgcedY5tF 2WXA==
- 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
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author