> > 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).

I saw that, but left the idea because of (in HTalert.c):
 
#ifdef HAVE_NAPMS
#define LYSleep(n) napms(n)
#else

Shouldn't that be
#define LYSleep(n) napms(1000*(n))

Besides S-Lang on Win32 (and possible others) doesn't have 
napms().

--gv




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

Reply via email to