Date: Wed, 15 Sep 1999 11:50:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "T.E.Dickey" cc: djgpp AT delorie DOT com Subject: Re: tgetstr, tputs & other term functions In-Reply-To: <3psD3.1060$zI3.29493@iad-read.news.verio.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 14 Sep 1999, T.E.Dickey wrote: > > These functions are not from Curses, they are from Termcap. I think > > there's a DJGPP port of GNU Termcap library somewhere. > > perhaps - but doesn't pdcurses use direct I/O rather than ANSI.SYS? Yes, PDCurses does use direct screen writes. > (if so, then termcap functions cannot be mixed with the pdcurses calls) Why not? AFAIK, the DJGPP port of Termcap doesn't use ANSI escape sequences either.