Mail Archives: djgpp-workers/1997/09/03/18:09:49
I strongly suggest removing all calls that disable Ctrl-C when
switching stdin to binary mode (e.g in setmode() or fopen()).
Here are my arguments:
- UNIX doesnt' have setmode, so it's not a compatibility issue
- Borland's, Microsoft's and Watcom's setmode don't do it (just checked),
so it's an incompatibility anyway
- Disabling Ctrl-C ought to be done via the termios stuff,
so it's a bad design
- Having to reboot your computer is EVIL ;-)
Markus
- Raw text -