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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,840862173a9768da X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!f9g2000vbq.googlegroups.com!not-for-mail From: Michael A Newsgroups: comp.lang.ada Subject: Re: GPS 4.4.1. ADA 95: Calling ASCII codes for ESC and display row colum control Date: Mon, 10 Jan 2011 11:33:39 -0800 (PST) Organization: http://groups.google.com Message-ID: <8ac52f0c-e662-4d28-ad19-51e749e753cc@f9g2000vbq.googlegroups.com> References: <7a8136c2-07a3-4742-add5-073e87bbae0d@l24g2000vby.googlegroups.com> NNTP-Posting-Host: 216.81.94.73 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1294688020 29626 127.0.0.1 (10 Jan 2011 19:33:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 10 Jan 2011 19:33:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f9g2000vbq.googlegroups.com; posting-host=216.81.94.73; posting-account=Pw7W1woAAACPS8TUlpur8cTXodOcJutq User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3; IE8Mercury),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:16363 Date: 2011-01-10T11:33:39-08:00 List-Id: On Jan 10, 10:21=A0am, "Alex Mentis" wrote: > Michael A wrote: > > I am trying to control the display row,col for terminal > > output of my ADA 95 simple program. > > If you're trying to get this to work on Windows, you might find what > you need athttp://users.ncrvnet.nl/gmvdijk/packages.html > > I've used the "Win32 version of Mike Feldmans SCREEN package". =A0Last > time I checked, this worked with Windows' cmd.exe. =A0It will *not* work > in the GPS run window, though. =A0You can use the Screen package > outright, or just look at the source to see what's involved to write > your own code. > > You might also look at the "NT/Win95 Console package". =A0I haven't used > that one myself, but it looks like it's generally along the same lines > as the Screen package. > > -Alex Thanks