Mail Archives: djgpp/1993/06/04/22:57:03
> I had a slight problem with 386max - It provides both DPMI & VCPI.
> Since I have other things that need DPMI, I added 'nodpmi' option
> to the GO32 env variable. While I was at it, I changed a couple of
> things that occured to me for exceptions - no stack backtrace on ^C
> and restore old video mode if it has changed.
I like your idea on the 'nodpmi' option, and the reset of video mode.
I don't like the suppression of traceback on ^C - this was added so you
could track down where infinite looping programs are looping (the ones
that always behave in the debugger, or are too infrequent to catch).
- Raw text -