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=c2a128c2d7ba1b77a88fc25f9bd41b6fb7f862f3;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index c2a128c2..89b5d006 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)
+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);
@@ -66,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-
@@ -91,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-
@@ -101,25 +97,32 @@
        trol character.
 
 
-
-

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)
+                                                      curs_ins_wstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+