Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!seismo!rochester!cornell!batcomputer!braner From: braner@batcomputer.UUCP Newsgroups: comp.sys.atari.st Subject: Re: Need help disabling ^S, ^C in GEM with Megamax C Message-ID: <2173@batcomputer.tn.cornell.edu> Date: Sun, 1-Feb-87 18:34:41 EST Article-I.D.: batcompu.2173 Posted: Sun Feb 1 18:34:41 1987 Date-Received: Tue, 3-Feb-87 18:39:14 EST References: <2491@well.UUCP> Reply-To: braner@batcomputer.UUCP (braner) Organization: Theory Center, Cornell University, Ithaca NY Lines: 8 Keywords: ^S, ^C, disable keyboard, interrupt, trap [] Control-C by itself does NOT abort programs. Some OS (and C lib?) routines are built to do that. The most common one is the GEMDOS call Cconin(). I always use Bconin(2) instead. If you use the C function scanf() you'll have to live with it... - Moshe Braner