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

Re: 5.0.8 regression when waiting for suspended jobs



On Jul 30,  4:32pm, Christian Neukirchen wrote:
}
} Waiting for a job suspened with tty input results in an infinite loop
} of messages in 5.0.8, but just one in 5.0.7.

Hm.  Both are busy-waiting, and I don't see the reason why 5.0.7 is NOT
printing the job status every time.

Also if you wait by job number ("wait %1") instead, "wait" returns right
away rather than blocking on the stopped job (in both .7 and .8).



Messages sorted by: Reverse Date, Date, Thread, Author