From: kunst AT prl DOT philips DOT nl Subject: Re: termcap 1.2 To: huntercr AT cs DOT purdue DOT edu (Charles Hunter) Date: Tue, 7 Mar 1995 10:40:18 +0100 (MET) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) > I've been trying to get a few things to compile on my system for > quite awhile and ended up compiling the termcap lib at the same time. > It compiled without a quibble and so I wonder if I am missing something here. > Did I miss the announcement of anyone compiling this before? Does anyone > know of some easy source to test this compile? > > Any thoughts, comments, etc would be great :) Just for your information: You might want to use "curses" routines instead of "termcap" routines. With "curses" you get a lot of extra goodies: color, panels etc. The latest version is PDCurses 2.2 (pdc22bn.zip in the DJGPP dir). There are some examples included. Pieter.