Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!aplcen!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.shell Subject: Re: stty cbreak Message-ID: <4105@auspex.auspex.com> Date: 28 Sep 90 20:02:35 GMT References: <5985@hplabsz.HPL.HP.COM> <14182@hydra.gatech.EDU> Organization: Auspex Systems, Santa Clara Lines: 9 >> What's the equivalence of "stty cbreak" in HP-UX? > >Roughly speaking, 'stty raw'. Unnecessary roughness - 10 yards penalty. The *exact* equivalent is "stty -icanon". "stty raw" turns off a whole bunch of processing that "stty cbreak", on systems that support it, doesn't.