magicant / yash

Yet another shell
http://magicant.github.io/yash/
GNU General Public License v2.0
301 stars 28 forks source link

Non-interactive shell should not ignore stop signals #26

Open magicant opened 10 months ago

magicant commented 10 months ago

(Issue migrated from https://osdn.net/projects/yash/ticket/40890)

POSIX says sh should ignore TSTP, TTIN and TTOU only when it is interactive.

Currently yash ignores them when job-controlling, no matter whether interactive or not.