From: steve AT dosius DOT zzn DOT com (Dosius) Newsgroups: comp.os.msdos.djgpp Subject: Re: Linux compatible text dialogs? Date: 21 Feb 2003 08:18:15 -0800 Organization: http://groups.google.com/ Lines: 25 Message-ID: <9307085f.0302210818.720ce69d@posting.google.com> References: NNTP-Posting-Host: 204.168.131.19 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1045844295 30441 127.0.0.1 (21 Feb 2003 16:18:15 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 21 Feb 2003 16:18:15 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andrew Cottrell wrote in message news:... > >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? > > The other option for text windowing library is TV 2.01 - aka Turbo > Vision Text windowing library originally from Borland and available > for DJGPP, MSVC, Linux text and Linux X. > > The other option is PDCurses - grab it from the developers site as the > one in the V2Tk directory is and old version. > > If you want true graphics cross platform library check out Allegro. > > Andrew I've seen programs that won't compile with PDCurses - they *require* ncurses. Then again I don't know how portable ncurses is unless it's forced to use Eric S. Raymond's giant termcap/terminfo database and "set term=ansi.sys" (btw, this is how to use Gunnar Ritter's version of vi [with its own libterm] under djgpp as well). -uso.