From: "Jase" Newsgroups: comp.os.msdos.djgpp References: <72dc54$maa$2 AT supernews DOT com> Subject: Re: How do I clear the screen of graphics? Lines: 12 X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Message-ID: Date: Thu, 12 Nov 1998 21:37:24 -0000 NNTP-Posting-Host: 195.102.198.107 X-Complaints-To: news AT u-net DOT net X-Trace: newsr2.u-net.net 910906825 195.102.198.107 (Thu, 12 Nov 1998 21:40:25 BST) NNTP-Posting-Date: Thu, 12 Nov 1998 21:40:25 BST Organization: (Posted via) U-NET Internet Ltd. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thiessen wrote in message <72dc54$maa$2 AT supernews DOT com>... >Hi, > >I was wondering how to clear the screen after things like lines and bitmaps >have been drawn. I tried clrscr() but found that it didn't work. Is there >a way to do this with Allegro? >Thanks > >clear(screen);