From: "Wolfgang v. Hansen" Newsgroups: comp.os.msdos.djgpp Subject: Linux compatible text dialogs? Date: Fri, 21 Feb 2003 08:59:22 +0100 Organization: Customers of TopLink Internet Services, Germany Lines: 10 Message-ID: NNTP-Posting-Host: d2fee.unt0.orion.fw.fom.fgan.de Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, how does one create "graphical" text interfaces that can easily be ported to/from Linux? I think that I want something like a combination of the curses and dialog libs. Looking through DJGPP's package lists I found dlg09 which says it needs ncurses and pdcur24 that only seems to be curses. Will this combination work or are there better alternatives? Wolfgang