1immedok(3XCURSES)       X/Open Curses Library Functions      immedok(3XCURSES)
2
3
4

NAME

6       immedok - call refresh on changes to window
7

SYNOPSIS

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 immedok(WINDOW *win, bool bf);
17
18

DESCRIPTION

20       If  bf is TRUE, immedok() calls refresh(3XCURSES) if any  change to the
21       window  image  is  made  (for  example,  through  functions   such   as
22       addch(3XCURSES),   clrtobot(3XCURSES),  and  scrl(3XCURSES)).  Repeated
23       calls to refresh() may affect performance negatively.  The  immedok  ()
24       function is disabled by default.
25

PARAMETERS

27       win    Is a pointer to the window that is to be refreshed.
28
29
30       bf     Is a Boolean expression.
31
32

RETURN VALUES

34       The immedok() function does not return a value.
35

ERRORS

37       None.
38

ATTRIBUTES

40       See attributes(5) for descriptions of the following attributes:
41
42
43
44
45       ┌─────────────────────────────┬─────────────────────────────┐
46       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
47       ├─────────────────────────────┼─────────────────────────────┤
48       │Interface Stability          │Standard                     │
49       ├─────────────────────────────┼─────────────────────────────┤
50       │MT-Level                     │Unsafe                       │
51       └─────────────────────────────┴─────────────────────────────┘
52

SEE ALSO

54       addch(3XCURSES),     clearok(3XCURSES),    clrtobot(3XCURSES),    doup‐
55       date(3XCURSES),  libcurses(3XCURSES),  scrl(3XCURSES),   attributes(5),
56       standards(5)
57
58
59
60SunOS 5.11                        5 Jun 2002                 immedok(3XCURSES)
Impressum