Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.sysv386 Subject: Re: cbreak mode in ESIX Keywords: cbreak ESIX Message-ID: <3989@auspex.auspex.com> Date: 31 Aug 90 17:57:47 GMT References: <1990Aug26.081304.18598@pegasus.com> <3956@auspex.auspex.com> <3296@segue.segue.com> Organization: Auspex Systems, Santa Clara Lines: 10 >How about: > stty -icanon min 1 time 0 Maybe S5/386 is different, but the S5R3.1 3B2 code won't handle that - it'll set VMIN to octal 61, i.e. '1', and VTIME to octal 60, i.e. '0' - and the S5R3.2-for-the-3B2 documentation says it'll do what the S5R3.1 code does. The SunOS 4.x "stty" will handle it, but that's because I changed it *to* handle it....