X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=f0acbd8886a1afbf222011733670a56d71381f6c;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hp=892cab2d2f04d02367fff60433db2954ddc7fbb3;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264;p=ncurses.git diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 892cab2d..f0acbd88 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_in_wch.3x,v 1.28 2024/04/13 22:14:06 tom Exp @ + * @Id: curs_in_wch.3x,v 1.31 2024/04/20 21:20:07 tom Exp @ --> -curs_in_wch 3x 2024-04-13 ncurses 6.4 Library calls +curs_in_wch 3x 2024-04-20 ncurses 6.4 Library calls -

curs_in_wch 3x 2024-04-13 ncurses 6.4 Library calls

+

curs_in_wch 3x 2024-04-20 ncurses 6.4 Library calls

 curs_in_wch(3x)                  Library calls                 curs_in_wch(3x)
 
@@ -54,28 +54,27 @@
 

SYNOPSIS

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

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

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.
+       No errors are defined in X/Open Curses.  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 movement using
-       wmove, and return an error if the position is outside the window, or if
-       the window pointer is null.
+       Functions  prefixed with "mv" first perform cursor movement and fail if
+       the position (y, x) is outside the window boundaries.
 
 
 

NOTES

@@ -83,18 +82,18 @@
 
 
 

PORTABILITY

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

SEE ALSO

-       curs_inch(3x)  describes comparable functions of the ncurses library in
+       curs_inch(3x) describes comparable functions of the ncurses library  in
        its non-wide-character configuration.
 
        curses(3x), curs_inwstr(3x)
 
 
 
-ncurses 6.4                       2024-04-13                   curs_in_wch(3x)
+ncurses 6.4                       2024-04-20                   curs_in_wch(3x)