Date: Sun, 16 Mar 1997 16:26:58 +0300 (IDT) From: Eli Zaretskii To: John Schucker cc: djgpp AT delorie DOT com Subject: Re: lynx 2.7 and pdcurses under DOS. In-Reply-To: <5gf4dl$evm$1@news3.alpha.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 15 Mar 1997, John Schucker wrote: > called sh, and you may need to alter the makefile to tell it where sh > lives You shouldn't have to do that. If the Makefile has a line which says SHELL=/bin/sh, then the DJGPP port of Make 3.75 will look for sh.exe, sh.com, sh.bat etc. along the entire PATH. So you only need that sh.exe to be somewhere on your PATH, that's all. > I want to make curses use BIOS writes instead of directvideo. You will need to rewrite all the conio functions to use BIOS, because they don't have a provision for this currently.