From: utzoo!decvax!harpo!floyd!cmcl2!tihor
Newsgroups: net.news
Title: Re: bug in readnews
Article-I.D.: cmcl2.3641
Posted: Fri Jun  4 20:02:12 1982
Received: Sat Jun  5 04:50:22 1982
References: cbosgd.2333

Actually the general solution would seem to be to set the pager cutin size
to be screen size - next article header size - 1, tell the pager to pause
every screen size - 1 lines, and to pipe the next article header into the
pager right after the end of the previous article.  Granted this would fail 
to fully use one line of you screen in mid article so as to insure that the
More? [ynq] prompt allways fit on the screen but it really seems like a
small price to pay.  Further if it is too dificult to tell the Pager 
things about screen size from readnews one could allways require that the
user define PAGER to be the local pager of choice with an appropriate
option set to use this facility.   Am I missing some other, obvious problem
with this solution?