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 X-Google-Thread: 103376,a83ac04244a76ea9 X-Google-Attributes: gid103376,public From: Juergen.Pfeifer@t-online.de (Juergen Pfeifer) Subject: Re: Terminal IO, and menus Date: 1999/04/04 Message-ID: <3707C3A2.B28F61CF@t-online.de>#1/1 X-Deja-AN: 462642110 Content-Transfer-Encoding: 8bit References: <7drb1p$48k$1@nw001t.infi.net> <3702AD4D.1EE439A4@t-online.de> X-Accept-Language: en X-Sender: 06162912249-0001@t-online.de Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: abuse@t-online.de X-Trace: news02.btx.dtag.de 923255715 11392 06162912249-0001 990404 19:55:15 Organization: Familie Pfeifer Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-04-04T00:00:00+00:00 List-Id: Jerry van Dijk wrote: > > Juergen Pfeifer (Juergen.Pfeifer@t-online.de) wrote: > > : Well, I'm very interested too. Of course I first suggest to port (n)curses > : to DOS and Win32, which will be more simple with one of the next releases > : of ncurses which redesigns some of the internals to base it on a "driver" > : logic. This will make it very fast and thin on memory mapped devices like > : DOS or Win32 consoles. For Ada you may then use the ncurses binding as > : your cross-platform console I/O package that works on DOS, OS/2, Win32 > : and almost all UNIXes. > > Well, there is at least a pdcurses binding available, and I believe also > an ncurses (check the PAL). However, I think that however useful, ncurses > has a steep learning curve, if you do not know the curses library. SLANG > (also now available on more than linux) might be another option. In any > case the problem will be Ada-based documentation and some example programs. > The PAL version of ncurses binding is completely out of date and I know that because I'm the author:-) I agree that (n)curses is a bit hard to learn, but instead building the (n+1)th new Terminal I/O library or cloning SMG I suggest to use the (thin) (n)curses binding and produce a thick OO-style binding for Terminal I/O on top of it. (n)curses has the advantage of being very portable and efficient. Cheers J�rgen