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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,19f149fd689fd779 X-Google-Attributes: gid103376,public From: Juergen.Pfeifer@t-online.de (Juergen Pfeifer) Subject: Re: ncurses binding Date: 1996/11/10 Message-ID: <565nu5$kgm@news00.btx.dtag.de>#1/1 X-Deja-AN: 195762422 references: <32824198.6F46@galaxy.csc.calpoly.edu> to: dbutler@galaxy.csc.calpoly.edu x-sender: 06162912249-0001@t-online.de (Juergen u. Inga Pfeifer) content-type: text/plain; charset=us-ascii organization: Telekom Online Internet Gateway mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.0Gold (X11; I; Linux 2.0.25 i586) Date: 1996-11-10T00:00:00+00:00 List-Id: Dennis W. Butler wrote: > > I'm looking for an ada binding for the ncurses library. I'm using > Rational Apex on HPUX, if that matters to anyone. > Yes, my binding is close to come out with the next beta version of ncurses. You may get the current ncurses drop from this locaction: ftp://ftp.clark.net/pub/dickey/ncurses ! This is updated every weekend and is - as I said - close to beta. The Ada95 binding covers the whole ncurses functionality including panels, menus and forms. It contains also Text_IO style child packages to do text io (actually output only) into (n)curses windows. The Ada95 part is now fairly complete and the most work I put into it at the moment is documentation and makefile cosmetics. Last but not least I hope it is picked up by real Ada programmers who can provide feedback to me, because I'm relatively new to Ada (due to GNAT). The binding is at the moment specific to GNAT as I'm using a GNAT hashing package in one place in the forms child package. But it should be very simple to replace this. I'll do this for the next release. If you only need ncurses core routines, the binding should work for any Ada95 compiler. Cheers Juergen -- http://home.t-online.de/home/Juergen.Pfeifer