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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,622fa0e87d54d0bb X-Google-Attributes: gid103376,public From: do_while@lo-pan.ridgecrest.ca.us (Do-While Jones) Subject: Re: Displaying positional text Date: 1996/07/29 Message-ID: #1/1 X-Deja-AN: 170900317 sender: usenet@ridgecrest.ca.us (Ridgenet Usenet admin) x-nntp-posting-host: lo-pan references: <4taun9$3i2@hq.hq.af.mil> organization: RidgeNet - SLIP/PPP Internet, Ridgecrest, CA. (619) 371-3501 newsgroups: comp.lang.ada Date: 1996-07-29T00:00:00+00:00 List-Id: In article <4taun9$3i2@hq.hq.af.mil> joel.rudy@comm.hq.af.mil (1Lt Joel Rudy) writes: >Is there an Ada95 package that allows you to display text at position(x,y) >where x is the row, and y is the column (or something similar). I >remember this capability in Ada83, but have been unable to find it in >Ada95. > >Thanks. > >Joel > As has already been pointed out, Ada 83 did not really have this capability. However, there was (and still is) the VIRTUAL_TERMINAL package that does. I haven't ported it to Ada 95 myself, but it should not be difficult. It may even run without modification. You can get it using anonymous ftp from the Lower Panamint Valley server at Ridgecrest, California. FTP to lo-pan.ridgecrest.ca.us You will find it in pub/users/d/do_while/components/ada_in_action Download all the files that begin with "aa10" because the VIRTUAL_TERMINAL package is Ada in Action part 10. VIRTUAL_TERMINAL depends upon JONES_CONTROL_CODES, part number AA24, so you will have to download all files beginning with "aa24" as well. [For those of you have downloaded some of my components before, you will notice two differences in the location. The Owens Valley server, owens.ridgecrest.ca.us, has a brand new, improved operating system that doesn't support anonymous ftp! This capability will be restored soon, I'm told, but for now you have to use lo-pan instead of owens. Notice there is now a "/d/" in the path. The user directory got too large, and had to be segmented.] You are invited to snoop around and take anything you want from my public directory. Do-While Joens +--------------------------------+ | Know Ada | | [Ada's Portrait] | | Will Travel | | wire do_while@ridgecrest.ca.us | +--------------------------------+ -- +--------------------------------+ | Know Ada | | [Ada's Portrait] | | Will Travel | | wire do_while@ridgecrest.ca.us | +--------------------------------+