lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Problems in dos [PATCH]


From: Doug Kaufman
Subject: Re: lynx-dev Problems in dos [PATCH]
Date: Fri, 29 Oct 1999 00:51:30 -0700 (PDT)

On Wed, 27 Oct 1999, Vitor Oliveira wrote:

> Hi: I detected some problems in dos compilation .12. When using external
> applications and then return to lynx it doesn't work any more.

This turns out to be a problem when I switched to using PDCurses,
rather than SLang. I had patched LYCurses.c to work with WATT-32, but
only in a section that was SLang specific. The following patch fixes
it with PDCurses. I'll try to get a fixed binary on my site soon.
                            Doug

--- lynx2-8-3/src/LYCurses.c    Wed Oct 13 07:24:24 1999
+++ lynx2-8-3/src/LYCurses.c.new        Fri Oct 29 00:29:44 1999
@@ -837,7 +837,11 @@
 #endif /* USE_COLOR_TABLE */
     }
 #ifdef __DJGPP__
+#ifdef WATT32
+    _eth_init();
+#else
     else sock_init();
+#endif /* WATT32 */
 #endif /* __DJGPP__ */
 #endif /* not VMS */
 
__
Doug Kaufman
Internet: address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]