lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] options pane quirks


From: Gisle Vanem
Subject: Re: [Lynx-dev] options pane quirks
Date: Fri, 17 Sep 2004 18:34:14 +0200

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






reply via email to

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