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

NAME

6       idcok  -  enable/disable hardware insert-character and delete-character
7       features
8

SYNOPSIS

10       cc [ flag... ] file... -I /usr/xpg4/include  -L  /usr/xpg4/lib \
11        -R  /usr/xpg4/lib  -lcurses  [ library... ]
12
13       c89 [ flag... ] file... -lcurses [ library... ]
14
15       #include <curses.h>
16
17       void idcok(WINDOW *win, bool bf);
18
19

DESCRIPTION

21       The idcok() function enables or disables the use of  hardware   insert-
22       character  and delete-character features in win.  If bf is set to TRUE,
23       the use of these features  in  win  is  enabled  (if  the  terminal  is
24       equipped). If bf is set to FALSE, their use in win is disabled.
25

PARAMETERS

27       win    Is a pointer to a window.
28
29
30       bf     Is a Boolean expression.
31
32

RETURN VALUES

34       The idcok() 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       clearok(3XCURSES),       doupdate(3XCURSES),       libcurses(3XCURSES),
55       attributes(5), standards(5)
56
57
58
59SunOS 5.11                        5 Jun 2002                   idcok(3XCURSES)
Impressum