X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=9dd16a9b53f12b5bfb4c1abe239eb1ee36615e96;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hp=962973476951c6f49cb796973bb15a79b5056702;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;p=ncurses.git diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 96297347..9dd16a9b 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -45,14 +45,12 @@ - -

NAME

+

NAME

        in_wch,  mvin_wch,  mvwin_wch, win_wch - extract a complex
        character and rendition from a window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int in_wch(cchar_t *wcval);
@@ -61,15 +59,13 @@
        int win_wch(WINDOW *win, cchar_t *wcval);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        These functions extract the complex character  and  rendi-
        tion  from  the  current position in the named window into
        the cchar_t object referenced by wcval.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        No errors are defined in the XSI  Curses  standard.   This
        implementation  checks  for  null pointers, returns ERR in
        that case.  Also, the mv routines check for  error  moving
@@ -81,19 +77,16 @@
        outside the window, or if the window pointer is null.
 
 
-
-

NOTES

+

NOTES

        Note that all of these routines may be macros.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_inch(3x).