X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=dde1ae01a4ccde4b49262ebc3d5a22adc2cfdaf4;hb=e2c422e26543d96636d8bde422550ea9c7005e9c;hp=55fea9012a53ed2e96501ceddf0d8ed0cf675561;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602;p=ncurses.git diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 55fea901..dde1ae01 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -1,7 +1,7 @@ - - + -curs_in_wch 3x - - + + +curs_in_wch 3x 2023-11-18 ncurses 6.4 Library calls + + -

curs_in_wch 3x

-
+

curs_in_wch 3x 2023-11-18 ncurses 6.4 Library calls

-
-curs_in_wch(3x)                                         curs_in_wch(3x)
+curs_in_wch(3x)                  Library calls                 curs_in_wch(3x)
 
 
 
 
-
-

NAME

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

NAME

+       in_wch,  mvin_wch,  mvwin_wch, win_wch - get a curses complex character
+       from a window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        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 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
+       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.
+       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

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

SEE ALSO

+       curses(3x),     curs_inch(3x),     curs_inchstr(3x),    curs_instr(3x),
+       curs_inwstr(3x)
 
 
 
-                                                        curs_in_wch(3x)
+ncurses 6.4                       2023-11-18                   curs_in_wch(3x)
 
-
-Man(1) output converted with man2html +