HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/!!!intro.3c
________________________________________________________________
___ ___
e
echo_wchar(3X) echo_wchar(3X)
(ENHANCED CURSES)
NAME
echo_wchar, wecho_wchar — write a complex character and immediately refresh the window
SYNOPSIS
#include <curses.h>
int echo_wchar(const cchar_t *wch);
int wecho_wchar(WINDOW *win, const cchar_t *wch);
DESCRIPTION
The echo_wchar() function is equivalent to calling add_wch() and then calling refresh().
The wecho_wchar() function is equivalent to calling wadd_wch() and then calling wrefresh().
RETURN VALUE
Upon successful completion, these functions return OK. Otherwise, they return ERR.
ERRORS
No errors are defined.
SEE ALSO
addch(3X), add_wch(3X), doupdate(3X), <curses.h>.
CHANGE HISTORY
First released in X/Open Curses, Issue 4.
HP-UX Release 11i: December 2000 − 1 − Section 3−−165
___
___