Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.i386 Subject: Re: cbreak mode in ESIX Keywords: cbreak ESIX Message-ID: <3956@auspex.auspex.com> Date: 26 Aug 90 19:31:00 GMT References: <25160@boulder.Colorado.EDU> <1990Aug26.081304.18598@pegasus.com> Organization: Auspex Systems, Santa Clara Lines: 12 >Try something like: > > stty eof '^a' -icanon > >or its termio equivalent. Actually, try stty eof '^a' eol '^@' -icanon since you want to set both the VMIN *and* VTIME values. The VTIME/VEOL value *might* already be zero, but why take chances?