1napms(3XCURSES) X/Open Curses Library Functions napms(3XCURSES)
2
3
4
6 napms - sleep process for a specified length of time
7
9 cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib \
10 -R /usr/xpg4/lib -lcurses [ library... ]
11
12 c89 [ flag... ] file... -lcurses [ library... ]
13
14 #include <curses.h>
15
16 int napms(int ms);
17
18
20 ms Is the number of milliseconds to sleep.
21
22
24 The napms() function sleeps for at least ms milliseconds.
25
27 The napms() function always returns OK.
28
30 None.
31
33 See attributes(5) for descriptions of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Interface Stability │Standard │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │MT-Level │Unsafe │
44 └─────────────────────────────┴─────────────────────────────┘
45
47 delay_output(3XCURSES), libcurses(3XCURSES), attributes(5), stan‐
48 dards(5)
49
50
51
52SunOS 5.11 5 Jun 2002 napms(3XCURSES)