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

Why does zsh un-ignores SIGQUIT?



$ (trap '' QUIT; grep SigIgn /proc/self/status; ./Src/zsh -c 'grep SigIgn /proc/self/status')
SigIgn: 0000000000000004
SigIgn: 0000000000000000

That only seems to be happening for SIGQUIT.

(that's from the current git HEAD)

-- 
Stephane



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