X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wch.3x.html;h=6dd267cf5f100d7eafbbc89c09957d5d7f38b839;hp=e4c734b7fe0f4fc4e903b5d26d08323a5616022a;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_ins_wch.3x.html b/doc/html/man/curs_ins_wch.3x.html index e4c734b7..6dd267cf 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 + -

curs_ins_wch 3x

+

curs_ins_wch 3X

-curs_ins_wch(3x)                                              curs_ins_wch(3x)
+curs_ins_wch(3X)                                              curs_ins_wch(3X)
 
 
 
 
 

NAME

-       ins_wch,  mvins_wch,  mvwins_wch, wins_wch - insert a complex character
+       ins_wch,  mvins_wch,  mvwins_wch, wins_wch - insert a complex character
        and rendition into a window
 
 
 

SYNOPSIS

        #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 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);
 
 
 

DESCRIPTION

-       These routines, insert the complex character wch with rendition  before
+       These routines, insert the complex character wch with rendition  before
        the  character  under  the  cursor.  All characters to the right of the
        cursor are moved one space to the right, with the  possibility  of  the
        rightmost  character  on  the line being lost.  The insertion operation
@@ -68,10 +70,10 @@
 
 
 

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
+       wmove, and return an error if the position is outside the window, or if
        the window pointer is null.
 
 
@@ -80,11 +82,11 @@
 
 
 

SEE ALSO

-       curses(3x), curs_insch(3x).
+       curses(3X), curs_insch(3X).
 
 
 
-                                                              curs_ins_wch(3x)
+                                                              curs_ins_wch(3X)