From b275190ff41ce261d9ec8bf6d984191252a1320f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 27 Jun 2001 11:22:04 +0000 Subject: add autocontinue option to automatically make stopped jos running when they are being disowned; make that the default for `%job &!' and `%job &|' (15115) --- Doc/Zsh/options.yo | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Doc/Zsh/options.yo') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 564e6701b..d2d952386 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -91,6 +91,14 @@ If a command is issued that can't be executed as a normal command, and the command is the name of a directory, perform the tt(cd) command to that directory. ) +pindex(AUTO_CONTINUE) +cindex(jobs, continuing automatically) +cindex(continuing jobs automatically) +item(tt(AUTO_CONT))( +With this option set, stopped jobs that are removed from the job table +with the tt(disown) builtin command are automatically sent a tt(CONT) +signal to make them running. +) pindex(AUTO_LIST) cindex(completion, listing choices) item(tt(AUTO_LIST) (tt(-9)) )( -- cgit 1.4.1