[comp.sys.atari.st] Need help disabling ^S, ^C in GEM with Megamax C

mmc@well.UUCP (01/29/87)

	Does anyone know how to turn off control-s and control-c
under GEM (Megamax C) so they don't stop/abort a program?
Mail/post/snail/phone a response and earn undying gratitude!

Matthew McClure			{ptsfa,hoptoad,lll-crg,hplabs}!well!mmc
International Technology Development Corporation
1627 Lombard Street
San Francisco, CA 94123
415-673-6370

braner@batcomputer.UUCP (02/02/87)

[]

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