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,cded75ec5015dfe7 X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Re: Ada binding for curses Date: 2000/11/20 Message-ID: #1/1 X-Deja-AN: 695726709 References: <3A18FFFA.C4E27FD6@CCI.de> Posted-And-Mailed: yes X-Complaints-To: news@bigpond.net.au X-Trace: news-server.bigpond.net.au 974722964 144.132.95.65 (Mon, 20 Nov 2000 23:22:44 EST) Organization: RMIT User-Agent: MT-NewsWatcher/3.0 (PPC) NNTP-Posting-Date: Mon, 20 Nov 2000 23:22:44 EST Newsgroups: comp.lang.ada Date: 2000-11-20T00:00:00+00:00 List-Id: Vincent Smeets wrote: > Hello, > > Is there somewhere an Ada binding to curses or ncurses? I have looked at > AdaPower, PAL and AdaHome but found nothing. > > I'm using GNAT 3.12p on a Sun with Solaris 7. I've got a partial one for curses, with a reasonable layer on top of it which defines fields (allowing for specification of field orders, field editing etc). You can find it at http://goanna.cs.rmit.edu.au/~dale/software/index.html Dale