Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site dspo.UUCP Path: utzoo!linus!philabs!cmcl2!lanl!dspo!tallman From: tallman@dspo.UUCP Newsgroups: net.sources.bugs Subject: Re: rn - A new and improved newsreader with an old name. Message-ID: <221@dspo.UUCP> Date: Wed, 8-May-85 19:52:45 EDT Article-I.D.: dspo.221 Posted: Wed May 8 19:52:45 1985 Date-Received: Fri, 10-May-85 21:38:15 EDT References: <299@ucsbcsl.UUCP> Organization: Los Alamos National Laboratory Lines: 14 The new 'rn' has a bug. On terminals where parity is used, the top bit of a character read in raw mode is set for parity. More than half of the commands done in the article preview stage did not work until I made this change in articles.c : 129c129 < c = getchar(); --- > c = getchar() & 0x7f; -- C. David Tallman - dspo!tallman@LANL or {ucbvax!unmvax,ihnp4}!lanl!dspo!tallman Los Alamos National Laboratory - E-10/Data Systems Los Alamos, New Mexico - (505) 667-8495