Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site sdcc3.UUCP Path: utzoo!linus!decvax!decwrl!greipa!pesnta!hplabs!sdcrdcf!sdcsvax!sdcc3!muller From: muller@sdcc3.UUCP (Keith Muller) Newsgroups: net.news,net.unix-wizards Subject: Re: form feeds in postings Message-ID: <2869@sdcc3.UUCP> Date: Wed, 22-May-85 14:15:51 EDT Article-I.D.: sdcc3.2869 Posted: Wed May 22 14:15:51 1985 Date-Received: Sun, 26-May-85 21:37:14 EDT References: <318@sdcc12.UUCP> Organization: U.C. San Diego, Academic Computer Center Lines: 18 Keywords: from feeds, control-L's Xref: linus net.news:2672 net.unix-wizards:10508 Summary: form feed in postings not a bug In article <318@sdcc12.UUCP>, wa371@sdcc12.UUCP (wa371) writes: > > I have heard various readers complain about the annoyance of form feeds > or control-L's in netnews postings. Now recently the system that I am on > has begun to add form feeds automatically to anything that I post to the ....... The control-L's are not in the article itself. Several versions of readnews attempt to prevent the printing of the next articles header from causing the end of the previous article from scrolling off the screen. This is done by using the fact that when more sees a control-L in the first column it goes into the pause mode (it acts as if a screenful has been reached). However more makes the decision to display the control-L as a ^L in addition to pausing. There are two ways around this. Either remove the lines from readr.c that add the control-L right before closing the pipe to more (and have the header scroll off the article body), or go into more.c and remove the code that displays the control-L in addition to the pause. Keith Muller University of California