diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-04-19 16:02:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-04-19 16:02:17 +0000 |
commit | b5ceb73026791281532ea9638cadac491b27959b (patch) | |
tree | cf3a758d87070a5a6b7d8e003e1f015c41b7a9d9 /Etc | |
parent | 55940daefb5b75bb929bda03612fafab6beedaff (diff) | |
download | zsh-b5ceb73026791281532ea9638cadac491b27959b.tar.gz zsh-b5ceb73026791281532ea9638cadac491b27959b.tar.xz zsh-b5ceb73026791281532ea9638cadac491b27959b.zip |
zsh-users/7365: new TRAPS_ASYNC option
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Etc/NEWS b/Etc/NEWS index d2e53ee1c..0e5983b80 100644 --- a/Etc/NEWS +++ b/Etc/NEWS @@ -19,6 +19,11 @@ Changes since zsh version 4.2.0 unnecessary confusion if, for example, both DEBUG and EXIT traps were set. The new behaviour is more compatible with other shells. +- New option TRAPS_ASYNC which if set allows traps to run while the + shell is waiting for a child process. This is the traditional zsh + behaviour; POSIX requires the option to be unset. In sh/ksh + compatibility mode the option is turned off by default and the option + letter -T turns it on, for compatibility with FreeBSD sh. New features between zsh versions 4.0 and 4.2 --------------------------------------------- |