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=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e0a4f71785e791b4 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Clearscreen? Date: 2000/04/13 Message-ID: <8d4oeg$ilc$1@nnrp1.deja.com>#1/1 X-Deja-AN: 610689369 References: <20000412234637.25772.00001239@ng-fk1.aol.com> <8d48oj$62r3@ftp.kvaerner.com> X-Http-Proxy: 1.0 x22.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Apr 13 15:17:54 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-04-13T00:00:00+00:00 List-Id: In article <8d48oj$62r3@ftp.kvaerner.com>, "Tarjei T. Jensen" wrote: > > SPick60809 wrote in message > >to clear the screen to avoid clutter and confusion. I'm familiar with > ...look for a suitable console i/o package for your operating system. > If you don't find one there, take a look at Michael Feldmans example ... > If you cannot find anything, then you can write your own. > ... Find a guide to vt100/vt220/vt320/vt420/vt520 escape sequences > If you don't like the ada i/o library, write your own stuff by > creating your own binding to a convenient C library. This is all very complicated. If your needs are simple and you don't need cursor positioning or anything else sexy like that, why not just perform a number of Ada.Text.Put_Line's equal to the number of lines on the user's screen (usually 24 or 25)? -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.