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,b9e3a3bb945dfa83 X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Re: Cursor Position Date: 1997/09/13 Message-ID: <5ve3pi$d9u$1@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 272142230 Distribution: world References: <5vdpun$9mo$1@goanna.cs.rmit.edu.au> X-XXMessage-ID: Organization: Royal Melbourne Institute of Technology Newsgroups: comp.lang.ada Date: 1997-09-13T00:00:00+00:00 List-Id: "I am using Gnat version 2.7.2.2 (I hope that's correct)." We are using Gnat 3.09 (unfortunately 3.10 wasn't installed :-(...). (2.7.2.2 is, i believe, the version of gcc that gnat sits on top of). "My original question was, is there a way to find the current cursor position (row and column) in Ada on this system." Unless there is some special Ansi escape sequence, the answer is to use curses. This issue is outside of the range of any of the current Ada packages. Dale