DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

in_wch(CURSES)


in_wch -- extract a complex character and rendition from a window

Synopsis

cc [options] file -lcurses
#include <curses.h>

int in_wch(cchar_t *wcval);

int mvin_wch(int y, int x, cchar_t *wcval);

int mvwin_wch(WINDOW *win, int y, int x, cchar_t *wcval);

int win_wch(WINDOW *win, cchar_t *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.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

curses(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005