I said:

> I tried with PDcurses 2.6, but that doesn't even compile. Partly because 
> of HTCheckForInterrupt(); As you probably know one cannot use select() 
> on stdin under Windows.

I was a bit hasty in my conclusion. With this little patch of LYutils.c 
Lynx/MingW works with PDcurses:
-------------------------------------------

 PUBLIC int HTCheckForInterrupt NOARGS
 {
     int c;
     int cmd;
 #ifndef VMS /* UNIX stuff: */
+#if !defined(USE_SLANG) && (defined(UNIX) || defined(__DJGPP__) || 
defined(__MINGW32__))
-#if !defined(USE_SLANG) && (defined(UNIX) || defined(__DJGPP__))

    struct timeval socket_timeout;

-------------------------------------------

Pressing 'z' seems to work, but I've no idea how.

BTW. http://lynx.isc.org/current/ is unaccessible at the moment. Hence
I couldn't provide a proper diff.

Gisle V.


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to