|
If wch is not a null pointer, the getcchar() function splits the cchar_t object pointed to by wcval into
a wide character string, attributes, and a color pair. It stores the attributes in the location pointed to by attrs, the color pair in the location pointed to by color_pair, and the wide character string in the location pointed to by wch.
If wch is a null pointer, the getcchar() function simply returns the number of wide characters in the cchar_t object pointed to by
wcval. The objects pointed to by attrs and color_pair are not changed.
|