Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!gatech!udel!mmdf From: jnall%FSU.BITNET@cunyvm.cuny.edu (John Nall 904-644-5241) Newsgroups: comp.os.minix Subject: Re: Problem with clr Message-ID: <10764@louie.udel.EDU> Date: 14 Mar 89 01:20:40 GMT Sender: mmdf@udel.EDU Lines: 12 BINGO! The recent message regarding the long delay to do a clr (sorry, I don't have the reference) was answered by ast, to the effect that "you should do a chmem +8000 clr" (or something close to that) because stdio would take forever if enough memory was not available. This has solved a problem that I was having with "more" which took forever to display the next screen, when the space bar was pressed to show the next screen. Doing a "chmem +8000 more" solved the problem. The real proble