lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Patch for dev.9


From: Doug Kaufman
Subject: lynx-dev Patch for dev.9
Date: Thu, 21 Sep 2000 00:40:28 -0700 (PDT)

The recently added code to enable external programs to replace normal
lynx handling of individual URL types was not refreshing the screen
after the external program finished (EXTERNAL set TRUE:TRUE). This
should fix it. Also two fixed URLs for the help files.
                                Doug

--- lynx2-8-4/src/LYMainLoop.c  Thu Aug 24 18:30:12 2000
+++ lynx2-8-4/src/LYMainLoop.c.new      Wed Sep 20 23:20:10 2000
@@ -1301,8 +1301,13 @@
                    return 0;
                }
 
+#ifdef USE_EXTERNALS
            if (run_external(links[curdoc.link].lname, TRUE))
+           {
+               *refresh_screen = TRUE;
                return 0;
+           }
+#endif /* USE_EXTERNALS */
 
            /*
             *  Follow a normal link or anchor.
--- lynx2-8-4/lynx_help/lynx_help_main.html     Fri May  5 07:01:56 2000
+++ lynx2-8-4/lynx_help/lynx_help_main.html.new Thu Sep 21 00:22:54 2000
@@ -72,11 +72,11 @@
 <h2>Other browsing software:</h2>
 
 <ul>
-<li><a href="ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/";>WGET</a>
+<li><a href="http://www.cg.tuwien.ac.at/~prikryl/wget.html";>WGET</a>
  -- powerful &amp; flexible non-interactive downloader
 <li><a href="http://www.idata.sk/~ondrej/pavuk/";>Pavuk</a>
  -- powerful &amp; an even more-featured downloader
-<li><a href="http://curl.haxx.nu/";>cURL</a>
+<li><a href="http://curl.haxx.se/";>cURL</a>
  -- non-interactive downloader which supports HTTPS
 <li><a href="http://www.xach.com/snarf/";>SNARF</a>
  -- small simple 1-file non-interactive downloader

__ 
Doug Kaufman
Internet: address@hidden


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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