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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f0d4996d72f29e1e X-Google-Attributes: gid103376,public From: "Riyaz Mansoor" Subject: Re: clearing a screen in ada? (new to ada) Date: 2000/03/08 Message-ID: <8a4ogv$o43$1@bunyip.cc.uq.edu.au>#1/1 X-Deja-AN: 594580443 References: <38c1621e$0$19330@motown.iinet.net.au> <2000Mar4.144232.1@eisner> <38c3fb98$0$16303@motown.iinet.net.au> <38C53105.CBD5B94A@quadruscorp.com> <38C5090D.2C5C9D33@ttoolsbase.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: news@uq.edu.au X-Trace: bunyip.cc.uq.edu.au 952493407 24707 172.20.69.157 (8 Mar 2000 05:30:07 GMT) Organization: University of Queensland X-MSMail-Priority: Normal NNTP-Posting-Date: 8 Mar 2000 05:30:07 GMT Newsgroups: comp.lang.ada Date: 2000-03-08T05:30:07+00:00 List-Id: > ESC[2J - clear screen > ESC[yy;xxf - move to row yy, col xx > > That's contained within screen.adb; my memory would never have stretched > to remembering those... this will work if "ansi.sys" is loaded into the config.sys file or its repective one on NT. any ideas on finding these escape keys for win95 or win98? as u know their "config.sys" file, by default is empty. this begs another question. how does one go about finding what's controling one's termial? for ex: if "ansi.sys" is loaded then i know it is. but if its not? thanx for all the help