X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=2cd1def674f43414287ad3519c9520afb34f8f3f;hb=3b56f70388c2ae65421ff54b45be77a479e79aea;hp=7dac94652b1341b5393b5d450056a321fb7a2b12;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 7dac9465..2cd1def6 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -1,6 +1,7 @@ - @@ -34,8 +35,8 @@ curs_in_wch 3x - - + +

curs_in_wch 3x

@@ -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