X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=f1ce0f493f67b229f05f025e307d9d3c795b39a5;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hp=a57c7f9ed8eb06854d03de6c06ba54f8a2ddea3c;hpb=9f479192e3ca3413d235c66bf058f8cc63764898;p=ncurses.git diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index a57c7f9e..f1ce0f49 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -1,6 +1,6 @@ -curs_in_wch 3X +curs_in_wch 3x - + -

curs_in_wch 3X

+

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
+       in_wch,  mvin_wch, mvwin_wch, win_wch - extract a complex character and
        rendition from a window
 
 
 

SYNOPSIS

-       #include <curses.h>
+       #include <curses.h>
 
-       int in_wch(cchar_t *wcval);
-       int win_wch(WINDOW *win, cchar_t *wcval);
+       int in_wch(cchar_t *wcval);
+       int win_wch(WINDOW *win, 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 mvin_wch(int y, int x, cchar_t *wcval);
+       int mvwin_wch(WINDOW *win, int y, int x, cchar_t *wcval);
 
 
 

DESCRIPTION

        These functions extract the complex character and  rendition  from  the
-       current position in the named window into the cchar_t object referenced
+       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.
+       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 movement using
-       wmove, and return an error if the position is outside the window, or if
+       wmove, and return an error if the position is outside the window, or if
        the window pointer is null.
 
 
@@ -87,11 +87,11 @@
 
 
 

SEE ALSO

-       curses(3X), curs_inch(3X).
+       curses(3x), curs_inch(3x).
 
 
 
-                                                               curs_in_wch(3X)
+                                                               curs_in_wch(3x)