Path: utzoo!utgpu!attcan!uunet!convex!killer!osu-cis!tut.cis.ohio-state.edu!rutgers!gatech!emory!platt From: platt@emory.uucp (Dan Platt) Newsgroups: comp.sys.ibm.pc Subject: Re: Please help me with TC ssignal Message-ID: <3098@emory.uucp> Date: 29 Jul 88 15:49:20 GMT References: <1056@ndsuvax.UUCP> Reply-To: platt@emory.UUCP (Dan Platt) Organization: Emory University Lines: 12 First, apologies for posting this kind of reply on the net; we have a tiny /etc/hosts file.... Anyway... The reason that ssignal won't vacate the loop is two-fold; First, SIGINT isn't supported with ssignal under TC1.5. They are thinking of getting rid of ssignal all together (not part of the ANSI draft). Instead, there is a function ctrlbrk() which does the same thing for the SIGINT case. Second, SIGINT would only be supported if i/o was executed... the program wouldn't ever 'see' the ^C. Dan