Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!columbia!caip!brl-adm!brl-smoke!smoke!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: VAX C problem (?) Message-ID: <1944@brl-smoke.ARPA> Date: Thu, 3-Jul-86 16:42:30 EDT Article-I.D.: brl-smok.1944 Posted: Thu Jul 3 16:42:30 1986 Date-Received: Sat, 5-Jul-86 06:07:34 EDT Sender: news@brl-smoke.ARPA Lines: 5 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.