On Sun, 3 Mar 2002, I wrote:

> [Under DJGPP,] PDCurses is calling usleep() with a 10ms parameter, so
> there's no pause. I haven't attempted to fix this yet.

I changed the "10" in "waitingtenths = 10*SP->delaytenths" to 2, and
changed the napms() parameter from 10 to 50, and indeed it works correctly
now. I'm not sure if that should be applied as is, since it would affect
all ports.

> And I haven't yet figured out why the Turbo C++ routine (based on
> delay() from TC's dos.h) isn't working.

Still no luck there... anyone else?

-- 
William McBrine <[EMAIL PROTECTED]>

Reply via email to