home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!emory!wupost!spool.mu.edu!olivea!charnel!rat!ucselx!crash!tech
- From: tech@crash.cts.com (Don Bontemps)
- Newsgroups: comp.lang.pascal
- Subject: Stopping Control-C... I though I was...
- Message-ID: <1992Dec13.093306.7988@crash>
- Date: 13 Dec 92 17:33:05 GMT
- Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
- Lines: 5
-
- I wrote an application program that I did not want the user to be able
- to exit via pressing <control-C>. I included the "setcbreak := true"
- line to my source code. This stops <control-C> but does not stop
- <control-break> (ie: the break on the pause key). Can someone tell me
- how to prevent <control-break> from doing this? Thanks.....!
-