in_wch(3X) in_wch(3X)
NAME
inwch, mvinwch, mvwinwch, winwch - extract a complex character and
rendition from a window
SYNOPSIS
cc [flag ...] file ... -lcurses [library ...]
#include <curses.h>
int inwch(cchart *wcval);
int mvinwch(int y, int x, cchart *wcval);
int mvwinwch(WINDOW *win, int y, int x, cchart *wcval);
int winwch(WINDOW *win, cchart *wcval);
DESCRIPTION
These functions extract the complex character and rendition from the
current or specified position in the current or specified window into
the object pointed to by wcval.
RETURN VALUE
Upon successful completion, these functions return OK. Otherwise, they
return ERR.
ERRORS
No errors are defined.
SEE ALSO
curses(3X), curses(5).
Page 1 Reliant UNIX 5.44 Printed 11/98