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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,2626cb3fdc993d16 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-12 17:12:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc04.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: Subject: Re: Need a gotoXY consol IO procedure for Rational Apex on Sun X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc04 1047517922 66.31.5.146 (Thu, 13 Mar 2003 01:12:02 GMT) NNTP-Posting-Date: Thu, 13 Mar 2003 01:12:02 GMT Organization: AT&T Broadband Date: Thu, 13 Mar 2003 01:12:02 GMT Xref: archiver1.google.com comp.lang.ada:35272 Date: 2003-03-13T01:12:02+00:00 List-Id: "�rjan Leringe" wrote in message news:VeNba.75$Du.631@newsc.telia.net... > I need a procedure to do a little more than text_IO on Rational Apex for > Sun. Actually the only procedure need is > > procedure Goto_XY (X, Y: Integer); > > which positions the cursor to pos X and row Y (Y can be backwards current > position). > You probably want to use something like ncurses http://www.familiepfeifer.de/juergen/ncurses.html I think you can get ncurses (a GNU package ftp.gnu.org) to compile under Solaris. The Ada binding above was done to work with GNAT but perhaps it will work with Apex. Also poke around in the rational/base directory and make sure there is not already some curses binding there.. I can't remember offhand if there already was one.