Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

interrupt handling bug (again?)



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