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

NAME

6       echo_wchar, wecho_wchar - add a complex character and refresh 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 echo_wchar(const cchar_t *wch);
17
18
19       int wecho_wchar(WINDOW *win, const cchar_t *wch);
20
21

DESCRIPTION

23       The   echo_wchar()   function  produces  the  same  effect  as  calling
24       add_wch(3XCURSES) and then refresh(3XCURSES). The  wecho_wchar()  func‐
25       tion  produces  the same effect as calling  wadd_wch(3XCURSES) and then
26       wrefresh(3XCURSES).
27

PARAMETERS

29       wch    Is a pointer to the complex character to be written to the  win‐
30              dow.
31
32
33       win    Is  a  pointer  to  the  window  in which the character is to be
34              added.
35
36

RETURN VALUES

38       On success, these functions return OK. Otherwise, they return ERR.
39

ERRORS

41       None.
42

ATTRIBUTES

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

SEE ALSO

58       add_wch(3XCURSES),       doupdate(3XCURSES),        echochar(3XCURSES),
59       libcurses(3XCURSES), attributes(5), standards(5)
60
61
62
63SunOS 5.11                        5 Jun 2002              echo_wchar(3XCURSES)
Impressum