lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev DOS patch for dev.8


From: Doug Kaufman
Subject: Re: lynx-dev DOS patch for dev.8
Date: Mon, 30 Aug 1999 07:58:43 -0700 (PDT)

On Sun, 29 Aug 1999, I wrote:

> It actually doesn't require a full "stop_curses". I just recompiled
> with _eth_release() and _eth_init() instead of stop_curses() and
> start_curses(). This seems to work also. These are part of the DOS

Here is a revised patch to HTTelnet.c, in place of the one I
previously submitted.
                             Doug

--- lynx2-8-3/WWW/Library/Implementation/HTTelnet.c     Fri Jun 18 14:54:46 1999
+++ lynx2-8-3/WWW/Library/Implementation/HTTelnet.c.new Mon Aug 30 07:38:56 1999
@@ -197,6 +197,9 @@
        }
 
 #ifdef __DJGPP__
+#ifdef WATT32
+       _eth_release();
+#endif /* WATT32 */
        __djgpp_set_ctrl_c(0);
        _go32_want_ctrl_break(1);
 #endif /* __DJGPP__ */
@@ -204,6 +207,9 @@
 #ifdef __DJGPP__
        __djgpp_set_ctrl_c(1);
        _go32_want_ctrl_break(0);
+#ifdef WATT32
+       _eth_init();
+#endif /* WATT32 */
 #endif /* __DJGPP__ */
        return HT_NO_DATA;              /* Ok - it was done but no data */
 #define TELNET_DONE
__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden


reply via email to

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