Path: utzoo!utgpu!news-server.csri.toronto.edu!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: <4017@auspex.auspex.com> Date: 4 Sep 90 18:05:45 GMT References: <3296@segue.segue.com> <3989@auspex.auspex.com> <3326@segue.segue.com> Organization: Auspex Systems, Santa Clara Lines: 18 >I guess you (and a few other people) missed the whole point of my >message. No, we just addressed a point brought up by your message, namely that your suggestion didn't work on all flavors of UNIX. >My intent was to point out that the usage of "min" and "time" >was guaranteed to work (on SysV) but that overloading "eof" and "eol" >depends on your kernel implemenation. The only kernel implementation I know of offhand that doesn't overload them is the 4.4BSD one (I'm not certain, but I think it doesn't overload them). S5Rn for the 386, and SunOS for the 386i, overload them. For better or worse, some systems take numeric values for the "min" and "time" arguments to "stty", and others take character arguments; unless there's some form they all take, using "stty" to set "min" and "time" therefore also depends on your UNIX implementation.