lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] 2.8.6dev.10


From: Thomas Dickey
Subject: Re: [Lynx-dev] 2.8.6dev.10
Date: Mon, 3 Jan 2005 09:06:23 -0500 (EST)

On Mon, 3 Jan 2005, Thorsten Glaser wrote:

The text input field (without text) and surrounding HTML is
repeated, just not selectable.

If I scroll up (PgUp) then hit the End key, I see nothing.
Then scroll up (PgUp), a bit down (Del), then back down
(PgDn), it re-appears.

No idea what it could be. This was in dev.7b too.

Perhaps something like the highlighting bug fixed in dev.9 (but different
section of the code). That was painting the right text in the wrong place.

A few nitpicks:

No const because man define_key says (ncurses):

That was changed to const in 20030517 (part of ncurses 5.4)

--- HTTelnet.c  3 Jan 2005 00:23:35 -0000       1.1.2.1
+++ HTTelnet.c  3 Jan 2005 01:09:41 -0000
@@ -484,6 +484,8 @@
    }
#endif /* !TELNET_DONE */
    return HT_NO_DATA;
+    /* shut up gcc */
+    do_system(NULL);
}

but other compilers would warn about the unreachable statement

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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