diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-30 14:57:14 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-30 14:57:14 +0000 |
commit | 1b78af7ad3d8c485a8eccafdc399082b8bc14713 (patch) | |
tree | 24855ca57cfb24256fc29dd0f5a535ccbbaf27b7 /Doc/Zsh | |
parent | fe32b566e1c4da49856eb1cbb95fdbc3b8760add (diff) | |
download | zsh-1b78af7ad3d8c485a8eccafdc399082b8bc14713.tar.gz zsh-1b78af7ad3d8c485a8eccafdc399082b8bc14713.tar.xz zsh-1b78af7ad3d8c485a8eccafdc399082b8bc14713.zip |
zsh-workers/8110
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index d4d101b71..fa76b9859 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1003,6 +1003,14 @@ has been executed. This also makes the shell non-interactive, unless the tt(INTERACTIVE) option is explicitly set on the command line. The value of this option cannot be changed anywhere other than the command line. ) +pindex(SH_JOB_CONTROL) +cindex(exiting, checking jobs when) +cindex(logging out, checking jobs when) +item(tt(SH_JOB_CONTROL) <C> <K> <S>)( +Don't report the status of background and suspended jobs when exiting a +shell with job control. This is best used in combination with tt(NO_HUP), +else such jobs will be killed automatically. +) pindex(SINGLE_LINE_ZLE) cindex(editor, single line mode) item(tt(SINGLE_LINE_ZLE) (tt(-M)) <K>)( |