X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;h=89b5d00656f65a7ed5fbfd46b5fc9119d590b221;hp=52d36add67690fc391255eafcab0057970220dde;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;ds=sidebyside diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index 52d36add..89b5d006 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -38,23 +38,20 @@ -

curs_ins_wstr 3x

-
+

curs_ins_wstr 3x

 curs_ins_wstr(3x)                                     curs_ins_wstr(3x)
 
 
 
 
-
-

NAME

+

NAME

        ins_wstr, ins_nwstr, wins_wstr, wins_nwstr, mvins_wstr,
        mvins_nwstr, mvwins_wstr, mvwins_nwstr - insert a wide-
        character string into a curses window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int ins_wstr(const wchar_t *wstr);
@@ -67,8 +64,7 @@
        int mvwins_nwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        These  routines insert a wchar_t character string (as many
        characters as will fit on the line) before  the  character
        under the cursor.  All characters to the right of the cur-
@@ -92,8 +88,7 @@
        ter.
 
 
-
-

NOTES

+

NOTES

        Note that all but wins_nwstr may be macros.
 
        If the first character in the string is a nonspacing char-
@@ -102,8 +97,7 @@
        trol character.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
@@ -112,8 +106,7 @@
        outside the window, or if the window pointer is null.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x),        curs_insstr(3x),       curs_in_wch(3x),
        curs_ins_wch(3x).