Mail Archives: djgpp/1998/04/01/03:25:53
On Tue, 31 Mar 1998, Mahadevan R. wrote:
> Incidently, writing to handle 0 using ah=40h/int 21h (or _write) also
> seems to solve the problem. The call actually succeeds (carry clear) even
> though it shouldn't.
Why do you say ``it shouldn't''? The conclusion in this thread was
that the reason for this behavior is some quirk peculiar to the DOS
console device driver. If so, any write to the CON device would
probably produce the same effect. I didn't test, but I'd bet that
even if you open "CON" on another handle and write to it, it will
clear the ^Z condition as well.
- Raw text -