X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_add_wchstr.3x.html;h=e4d7e47f9ff5b52ab381a7443be8bfbadd96410d;hp=343a69b80a60731bea2667ea4fba4a62731dd487;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/curs_add_wchstr.3x.html b/doc/html/man/curs_add_wchstr.3x.html index 343a69b8..e4d7e47f 100644 --- a/doc/html/man/curs_add_wchstr.3x.html +++ b/doc/html/man/curs_add_wchstr.3x.html @@ -1,7 +1,7 @@ @@ -40,7 +40,7 @@
 
-curs_add_wchstr(3x)                           curs_add_wchstr(3x)
+curs_add_wchstr(3x)                                 curs_add_wchstr(3x)
 
 
 
@@ -83,7 +83,7 @@
        riage  return characters), they do not advance the current
        cursor position, they do not expand other control  charac-
        ters  to  ^-escapes,  and  they  truncate the string if it
-       crosses the right margin, rather then wrapping  it  around
+       crosses the right margin, rather than wrapping  it  around
        to the new line.
 
        These  routines  end  successfully  on encountering a null
@@ -103,6 +103,10 @@
        All routines return the integer ERR upon failure and OK on
        success.
 
+       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.
+
 
 

PORTABILITY

@@ -112,11 +116,11 @@
 
 

SEE ALSO

-       curses(3x), curs_addchstr(3x) curs_addwstr(3x)
+       curses(3x), curs_addchstr(3x), curs_addwstr(3x)
 
 
 
-                                              curs_add_wchstr(3x)
+                                                    curs_add_wchstr(3x)