X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=99ab802ec689ea8978d4c850ec5fbd763c6e217c;hp=d761b3516f343d5d2495dcefff38f2c85155f846;hb=3a935d9991cdf43ebfa952073c9b555f73a3e011;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index d761b351..99ab802e 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -1,7 +1,7 @@ @@ -40,10 +40,14 @@
 
+curs_addwstr(3x)                                       curs_addwstr(3x)
+
+
+
 
 

NAME

-       addwstr,   addnwstr,   waddwstr,   waddnwstr,   mvaddwstr,
+       addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr,
        mvaddnwstr, mvwaddwstr, mvwaddnwstr - add a string of wide
        characters to a curses window and advance cursor
 
@@ -64,10 +68,10 @@
 
 

DESCRIPTION

-       These  routines  write  the characters of the (null-termi-
-       nated) wchar_tcharacter string wstr on the  given  window.
-       It  is  similar to constructing a cchar_t for each wchar_t
-       in the string, then calling  wadd_wch  for  the  resulting
+       These routines write the characters of the (null-terminat-
+       ed) wchar_t character string wstr on the given window.  It
+       is  similar  to constructing a cchar_t for each wchar_t in
+       the  string,  then  calling  wadd_wch  for  the  resulting
        cchar_t.
 
        The mv routines perform cursor movement once, before writ-
@@ -86,6 +90,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.
+
 
 

NOTES

@@ -101,13 +109,11 @@
 
 

SEE ALSO

-       Functions: curses(3x), curs_add_wch(3x)
-
-
-
+       curses(3x), curs_add_wch(3x)
 
 
 
+                                                       curs_addwstr(3x)