X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=7fed34ba9edd4f17b8937142670c7fa70a9a08de;hp=0129c8730b3cab56fe6eda2163881c432e868718;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=8d3ea9021573747ecd129228ba7782a03243f62c diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index 0129c873..7fed34ba 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -1,6 +1,7 @@ - + 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