X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=0129c8730b3cab56fe6eda2163881c432e868718;hp=5aa287e5504f51eccf1d61a4aefa7a3114b01b98;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 5aa287e5..0129c873 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 -

curs_in_wch 3x

-
+

curs_in_wch 3x

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

NAME

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

SYNOPSIS

+
+

NAME

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

SYNOPSIS

        #include <curses.h>
 
        int in_wch(cchar_t *wcval);
@@ -57,62 +59,48 @@
        int win_wch(WINDOW *win, cchar_t *wcval);
 
 
-
-

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.
+

DESCRIPTION

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

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
+

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 rou-
+       tines check for error moving the cursor, returning ERR  in  that  case.
+       Otherwise they return OK.
 
+       Functions  with  a  "mv"  prefix  first perform a cursor movement 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

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

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)
 
-
-
-Man(1) output converted with -man2html -
+