Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!styx!ames!oliveb!sun!gorodish!guy From: guy@gorodish.UUCP Newsgroups: comp.unix.questions Subject: Re: Question on implementing "repeat...until keypress"? Message-ID: <13290@sun.uucp> Date: Fri, 13-Feb-87 17:01:48 EST Article-I.D.: sun.13290 Posted: Fri Feb 13 17:01:48 1987 Date-Received: Sat, 14-Feb-87 23:02:02 EST References: <32100@auc.UUCP> <1485@megaron.arizona.edu> <12911@sun.uucp> <647@mcgill-vision.UUCP> Sender: news@sun.uucp Reply-To: guy@sun.UUCP (Guy Harris) Organization: Sun Microsystems, Mountain View Lines: 11 >It's also much easier to simply turn RAW on than to grovel through >struct tchars and struct ltchars turning all the characters off and >then fiddling half a dozen bits to get the literal input and output >effect. This is completely irrelevant. Fiddling all the modes individually doesn't provide the proper mode, so the fact that fiddling them is more complicated doesn't make any difference. If it were possible to get a more correct mode by fiddling lots of bits, that would be the right thing to do; the fact that it might be easier to do the wrong thing than the right thing is no excuse for doing the wrong thing.