Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!decwrl!ucbvax!BRL.ARPA!gwyn From: gwyn@BRL.ARPA.UUCP Newsgroups: mod.computers.vax Subject: Re: VAX C problem (?) Message-ID: <8607031615.aa02732@VGR.BRL.ARPA> Date: Thu, 3-Jul-86 16:15:58 EDT Article-I.D.: VGR.8607031615.aa02732 Posted: Thu Jul 3 16:15:58 1986 Date-Received: Fri, 4-Jul-86 20:53:37 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 5 Approved: info-vax@sri-kl.arpa Any implementation of getchar() that does not require an entire line to be typed before returning data from the terminal in the default case is broken. This behavior is permitted only in raw (non-canonicalizing) mode, which is not supposed to be enabled by default. Sounds like VAX-C ver 2.2 is doing this right.