Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!unmvax!ariel!lael From: lael@ariel.unm.edu (Lael) Newsgroups: comp.unix.questions Subject: Re: no curses; smaller code Message-ID: <1486@ariel.unm.edu> Date: 4 Feb 90 21:55:12 GMT References: <7452@tank.uchicago.edu> Reply-To: lael@ariel.unm.edu.UUCP (Lael) Distribution: usa Organization: University of New Mexico, Albuquerque Lines: 6 What about the following: main(){ int loop; for (loop=1;loop<25;loop++) printf("\n"); }