1 /* Public Domain Curses */
5 RCSID("$Id: pdcutil.c,v 1.10 2008/07/14 04:24:52 wmcbrine Exp $")
7 #if defined(HAVE_POLL) && !defined(HAVE_USLEEP)
13 PDC_LOG(("PDC_beep() - called\n"));
15 XCursesInstruct(CURSES_BELL
);
18 void PDC_napms(int ms
)
20 PDC_LOG(("PDC_napms() - called: ms=%d\n", ms
));
22 #if defined(HAVE_USLEEP)
26 #elif defined(HAVE_POLL)
36 const char *PDC_sysname(void)