Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!sdd.hp.com!zaphod.mps.ohio-state.edu!samsung!cs.utexas.edu!yale!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.lang.c Subject: Re: Catching ^C and ^Z Message-ID: <988:Sep600:55:5790@kramden.acf.nyu.edu> Date: 6 Sep 90 00:55:57 GMT References: <29167@netnews.upenn.edu> <3367@awdprime.UUCP> Distribution: usa Organization: IR Lines: 9 In article <3367@awdprime.UUCP> dcm@toysrus.austin.ibm.com (Craig Miller) writes: [ about a ``lock'' program ] > Why complicate things with ioctls? You have to do something so that the user's keystrokes don't show up on the screen; you may as well go all the way and basically turn off the tty device driver. (To do this portably, use curses.) ---Dan