X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;h=289df5135dcf296a1b474fc7bd9ac2509d1fa5d7;hb=aabb3a65ee5d88949abe529b5131adedb9cfab84;hp=43e874b373e5c465bcd80d9a333307de262981b6;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;p=ncurses.git diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index 43e874b3..289df513 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -1,7 +1,6 @@ - + + + curs_ins_wstr 3x -

curs_ins_wstr 3x

-
+

curs_ins_wstr 3x

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

NAME

-       ins_wstr,  ins_nwstr,  wins_wstr,  wins_nwstr, mvins_wstr,
-       mvins_nwstr, mvwins_wstr, mvwins_nwstr -  insert  a  wide-
+

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);
@@ -63,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-
@@ -88,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-
@@ -98,73 +102,33 @@
 
 
 
-

RETURN VALUES

+

RETURN VALUE

        Upon successful completion,  these  functions  return  OK.
        Otherwise, they return ERR.
 
+       Functions  with a "mv" prefix first perform a cursor move-
+       ment using wmove, and return an error if the  position  is
+       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).
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+                                                      curs_ins_wstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+