From b470d6fa709b3afbd4f2f4448ab289ec5a300a73 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 7 Sep 2018 11:16:23 +0100 Subject: Add some more debug. --- Src/zsh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index b003b8ca2..0a14b8b39 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -3314,7 +3314,7 @@ typedef int convchar_t; /* Uncomment to debug problems with job control */ -/*#define DEBUG_JOB_CONTROL*/ +#define DEBUG_JOB_CONTROL #ifdef DEBUG_JOB_CONTROL #define ATTACHTTY(pgrp, index) attachtty(pgrp, index) -- cgit 1.4.1