about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-18 12:29:11 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-18 12:29:11 +0000
commitd473a667b603c83fd6cf921f1942136f4e45ff04 (patch)
treee87178ee8750fd0a11de650e529b7f579053aadc /Src/zsh.h
parent2c4e618e968ece47dc19559c480b760b480f0693 (diff)
downloadzsh-d473a667b603c83fd6cf921f1942136f4e45ff04.tar.gz
zsh-d473a667b603c83fd6cf921f1942136f4e45ff04.tar.xz
zsh-d473a667b603c83fd6cf921f1942136f4e45ff04.zip
zsh-workers/9345
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
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 */