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.6 required=5.0 tests=BAYES_20,INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a83ac04244a76ea9,start X-Google-Attributes: gid103376,public From: "Heath Isler" Subject: Terminal IO, and menus Date: 1999/03/30 Message-ID: <7drb1p$48k$1@nw001t.infi.net>#1/1 X-Deja-AN: 460877165 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Organization: InfiNet X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 1999-03-30T00:00:00+00:00 List-Id: Hello, I am new to ADA, I like it so far. It seems to be one of the most readable Languages I have seen. My question is is there a way in the stadard packages to Clear the Screen and postition the cursor in a specific location, i.e. Locate_Cursor (x => 10, y =>15); ? I am plan on using this for menus and data input. I have looked and haven't been able to find anything in the Standard Packages, if I missed something please let me know. I have also looked through alot of packages on the net, and some of them seem to fit my need. I not sure if I should use one of the Terminal IO or menu packages. Can anyone recommend a package to use? Thanks, Heath