X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wch.3x.html;h=acc07a26b97551527091214f10b8d448e4717832;hb=a47b9e53836434777854387fa6f09f2137ec2111;hp=e4c734b7fe0f4fc4e903b5d26d08323a5616022a;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/curs_ins_wch.3x.html b/doc/html/man/curs_ins_wch.3x.html index e4c734b7..acc07a26 100644 --- a/doc/html/man/curs_ins_wch.3x.html +++ b/doc/html/man/curs_ins_wch.3x.html @@ -1,6 +1,7 @@ - - -curs_ins_wch 3x - - + +curs_ins_wch 3x 2022-02-12 ncurses 6.4 Library calls + + -

curs_ins_wch 3x

+

curs_ins_wch 3x 2022-02-12 ncurses 6.4 Library calls

-curs_ins_wch(3x)                                              curs_ins_wch(3x)
+curs_ins_wch(3x)                 Library calls                curs_ins_wch(3x)
 
 
 
@@ -54,9 +55,10 @@
        #include <curses.h>
 
        int ins_wch(const cchar_t *wch);
-       int wins_wch(WINDOW *win, const cchar_t *wch);
-       int mvins_wch(int y, int x, const cchar_t *wch);
-       int mvwins_wch(WINDOW *win, int y, int x, const cchar_t *wch);
+       int wins_wch(WINDOW *win, const cchar_t *wch);
+
+       int mvins_wch(int y, int x, const cchar_t *wch);
+       int mvwins_wch(WINDOW *win, int y, int x, const cchar_t *wch);
 
 
 

DESCRIPTION

@@ -68,7 +70,7 @@
 
 
 

RETURN VALUE

-       If successful, these functions return OK.  If not, they return ERR.
+       If successful, these functions return OK.  If not, they return ERR.
 
        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
@@ -84,7 +86,7 @@
 
 
 
-                                                              curs_ins_wch(3x)
+ncurses 6.4                       2022-02-12                  curs_ins_wch(3x)