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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,977e748974c72345 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-10 13:59:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!intgwlon.nntp.telstra.net!news.telstra.net!news-server.bigpond.net.au!not-for-mail From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: Using NCurses with Ada References: <01HW.B9F3334D000750220B1C9AC0@news.baden-online.de> User-Agent: MT-NewsWatcher/3.3b1 (PPC Mac OS X) Message-ID: Date: Sun, 10 Nov 2002 21:59:02 GMT NNTP-Posting-Host: 144.132.47.50 X-Complaints-To: news@bigpond.net.au X-Trace: news-server.bigpond.net.au 1036965542 144.132.47.50 (Mon, 11 Nov 2002 08:59:02 EST) NNTP-Posting-Date: Mon, 11 Nov 2002 08:59:02 EST Organization: BigPond Internet Services (http://www.bigpond.net.au) Xref: archiver1.google.com comp.lang.ada:30694 Date: 2002-11-10T21:59:02+00:00 List-Id: Frank Gregor wrote: > I want to write a small command line tool using the NCurses library. I'm new > to Ada and searching the Net for a while looking for some examples how I can > do that. > Can anyone give me some hints...? I've written a simple forms based package that can be found at... http://goanna.cs.rmit.edu.au/~dale/software/index.html which uses curses (not ncurses). Dale