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

NAME

6       has_ic, has_il - determine insert/delete character/line capability
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       bool has_ic(void);
17
18
19       bool has_il(void);
20
21

DESCRIPTION

23       The  has_ic()  function  determines  whether  or  not  the terminal has
24       insert/delete character capability.
25
26
27       The has_il() function  determines  whether  or  not  the  terminal  has
28       insert/delete line capability.
29

RETURN VALUES

31       The  has_ic()  function  returns TRUE if the terminal has insert/delete
32       character capability and FALSE otherwise.
33
34
35       The has_il() function returns TRUE if the terminal  has   insert/delete
36       line capability and FALSE otherwise.
37

ERRORS

39       None.
40

ATTRIBUTES

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

SEE ALSO

56       libcurses(3XCURSES), attributes(5), standards(5)
57
58
59
60SunOS 5.11                        5 Jun 2002                  has_ic(3XCURSES)
Impressum