|
X/Open Curses Library Functions | echo_wchar(3XCURSES) |
| echo_wchar, wecho_wchar - add a complex character and refresh window |
SYNOPSIS
|
#include <curses.h> int echo_wchar(const cchar_t *wch); |
| int wecho_wchar(WINDOW *win, const cchar_t *wch); |
|
-
wch
- Is a pointer to the complex character to be written to the window.
-
win
- Is a pointer to the window in which the character is to be added.
|
|
On success, these functions return OK. Otherwise, they return ERR.
|
| |