X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;h=4383e556b92edda0e5bc5ffbcea1ec479bd3b5ef;hp=43e874b373e5c465bcd80d9a333307de262981b6;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index 43e874b3..4383e556 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -1,7 +1,7 @@ - + @@ -40,11 +40,15 @@
 
+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-
+       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
 
 
@@ -98,10 +102,14 @@
 
 
 
-

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

@@ -110,61 +118,9 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+                                                      curs_ins_wstr(3x)
 

-
-Man(1) output converted with -man2html -
+Man(1) output converted with man2html