On Fri, 17 Sep 2004, Gisle Vanem wrote:

> > > And mouse-clicking on links works fine. Except the url should for
> > > clarity be momentarily highlighted *before* entering the href.
> >
> > hmm - send a patch.
>
> I finally took a dive into the lynx internals. It was not as difficult as I
> feared. The attached patch makes mouse-browsing a bit nicer;
> set_curdoc_link() sleeps for 20 msec if the link was selected using
> the mouse.
>
> I didn't see any sub-second sleeper, so I added one using select().

napms() in (n)curses does that.
It's listed in pdcurses' header (may work on windows).

> It's an error to use select() like this on Windows. Hope other targets
> allow this (i.e. all fd_set to NULL).
>
> --gv
>

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


_______________________________________________
Lynx-dev mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to