From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4f2fbbc8fcc04a9f X-Google-Attributes: gid103376,public From: "William D. Ghrist" Subject: Re: Clear Screen command Date: 1998/03/05 Message-ID: <34FEAA2F.5DA5@pgh.net>#1/1 X-Deja-AN: 331146373 Content-Transfer-Encoding: 7bit References: <6dl8le$7b6$1@tuvoc.udayton.edu> Content-Type: text/plain; charset=us-ascii Organization: Westinghouse PCD; but these are My own Humble Opinions Mime-Version: 1.0 Reply-To: ghrist*remove_to_reply*wd@pgh.net Newsgroups: comp.lang.ada Date: 1998-03-05T00:00:00+00:00 List-Id: Jeremy Mlazovsky wrote: > > I'm sorry, I forgot to add a few details... > > I am using GNAT 3.01 or whatever the most recent version is. > > I'm using ADA95 > > I am using ADAGIDE v6.10c on Windows 95 machine with 32 megs of RAM > > After posting my last message, I found a simple CLEARSCREEN procedure in a > package included with GNAT. I'll use that unless some one knows how to do > it better. Thanks > > Jeremy > > mlazovjp@flyernet.udayton.edu Jeremy, You might want to check out the NT/Win95 console package written by Jerry van Dijk. You can find it at http://stad.dsl.nl/~jvandyk/ This has a clear screen procedure and also has cursor and color control procedures. I don't know whether there is any way to "lock" the top of the screen, but you could emulate that by using the cursor control to re-write the top line(s) after every output. Regards, Bill Ghrist