Date: Tue, 30 Mar 93 10:28:34 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: control-c interception I have been unable to make a djgcc program robust against interruption by control-c. Turning off control-break with int 21h, ah=33 doesn't seem to be enough. Under DOS or other extenders, I would intercept the control-break interrupt, but that doesn't seem possible with go32. Am I missing something? I have a vague memory that demacs did something special to go32 to solve this problem.