X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;h=289df5135dcf296a1b474fc7bd9ac2509d1fa5d7;hp=4383e556b92edda0e5bc5ffbcea1ec479bd3b5ef;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index 4383e556..289df513 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_ins_wstr 3x -

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,7 +67,7 @@
 
 
 
-

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,7 +92,7 @@
 
 
 
-

NOTES

+

NOTES

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

RETURN VALUE

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
@@ -112,7 +112,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),        curs_insstr(3x),       curs_in_wch(3x),
        curs_ins_wch(3x).
 
@@ -120,7 +120,15 @@
 
                                                       curs_ins_wstr(3x)
 
-
-Man(1) output converted with man2html +