X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=71cee61d7a450c3b9813e5d85608d28f09bc5d77;hb=a816c8dae437106bbf1661304240ff568ae3efef;hp=fd531b921b9e2990183c4d567d49512109f09831;hpb=d97989d1e0db7282c723cabb44b991b951790006;p=ncurses.git diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index fd531b92..71cee61d 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -1,6 +1,7 @@ - @@ -54,9 +55,10 @@ #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

@@ -67,8 +69,8 @@
 
 

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