X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=48cb03ec25bb97e364e3b7fbcbb08b63b4c220c3;hp=3c06a9b9ce99873fe740dcb1c24a786da9b9ec5b;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 3c06a9b9..48cb03ec 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -1,7 +1,6 @@ - + + + curs_in_wch 3x @@ -39,20 +41,19 @@

curs_in_wch 3x


-
-curs_in_wch(3x)                                   curs_in_wch(3x)
+curs_in_wch(3x)                                         curs_in_wch(3x)
 
 
 
 
 
-

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);
@@ -62,44 +63,54 @@
 
 
 
-

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
        the  cursor,  returning  ERR in that case.  Otherwise they
        return OK
 
+       Functions with a "mv" prefix first perform a cursor  move-
+       ment  using  wmove, and return an error if the position is
+       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).
 
 
 
-                                                  curs_in_wch(3x)
+                                                        curs_in_wch(3x)
 
-
-
-Man(1) output converted with -man2html -
+