From d473a667b603c83fd6cf921f1942136f4e45ff04 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 18 Jan 2000 12:29:11 +0000 Subject: zsh-workers/9345 --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 4be365901..3ad91b922 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -636,6 +636,7 @@ struct job { #define STAT_NOSTTY (1<<11) /* the tty settings are not inherited */ /* from this job when it exits. */ #define STAT_ATTACH (1<<12) /* delay reattaching shell to tty */ +#define STAT_SUBLEADER (1<<13) /* is super-job, but leader is sub-shell */ #define SP_RUNNING -1 /* fake status for jobs currently running */ -- cgit 1.4.1