From: Damon Hogan Newsgroups: comp.os.msdos.djgpp Subject: Re: clearscreen Date: Wed, 22 Dec 1999 18:57:10 -0700 Organization: XMission http://www.xmission.com/ Lines: 27 Message-ID: <38618176.D88B669A@pgmincorporated.com> References: <385FB265 DOT 57DD AT bresnan DOT net> NNTP-Posting-Host: mail.pgmincorporated.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.xmission.com 945914240 19822 166.70.119.101 (23 Dec 1999 01:57:20 GMT) X-Complaints-To: abuse AT xmission DOT com NNTP-Posting-Date: 23 Dec 1999 01:57:20 GMT X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If you want to do it the portable way download PDCURSES22 install the headers and the libraries and use initscr(); and endwin(); at the end of your program. Make sure you #include and compile with -lcurso This will also force you to learn some curses cursor locating and print commands but the learning curve is well worth it. Damon Hogan Ben McKnight wrote: > I am running djgpp under win95 and I was wondering if anybody knew of a > command to clear the screen. e.g. in basic it is CLS