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,c505bd5ee2732c74 X-Google-Attributes: gid103376,public From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk) Subject: Re: Subject: Screen Control in Ada Date: 1997/12/08 Message-ID: <881550012.94snx@jvdsys.nextjk.stuyts.nl>#1/1 X-Deja-AN: 296111496 Distribution: world References: <66e6lu$a8f$1@orthanc.reference.com> Organization: *JerryWare HQ*, Leiden, Holland Newsgroups: comp.lang.ada Date: 1997-12-08T00:00:00+00:00 List-Id: In article <66e6lu$a8f$1@orthanc.reference.com> Marc.Bardin@wanadoo.fr writes: >Who had a solution to control correctly entries ? More are there any public >sofware which does control correctly screen ? Undoubtly there is. However this is not an Ada but a OS issue. >- Compiler is GNAT 3.09 with Ada 95. First i'm working with MSDOS. For DOS you can use the CONIO_02 package, this package can be downloaded at the usual GNAT places. For Win95, there are two packages for clearing the screen and controling the cursor at http://dsl.stad.nl/~jvandyk. However a better solution would be to agree on a console support package that could be implemented on a number of platforms. I proposed a spec for such a package at the recent Ada-Belgium seminar, and since modified it based on comments recieved. Time permitting, I'll publish the proposed spec + a number of implementations before the end of the year. -- Jerry van Dijk | Leiden, Holland -- Consultant | Team Ada -- Ordina Finance | jdijk@acm.org