X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=28ddce3b761bda3c298ba3794d0da1aad15a7bf2;hp=0d81cba152fb54c1e9f53603895592f453437f16;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 0d81cba1..28ddce3b 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -40,15 +40,15 @@

curs_addwstr 3x

-curs_addwstr(3x)                                       curs_addwstr(3x)
+curs_addwstr(3x)                                              curs_addwstr(3x)
 
 
 
 
 

NAME

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

SYNOPSIS

@@ -65,39 +65,35 @@
 
 
 

DESCRIPTION

-       These  functions  write the characters of the (null-termi-
-       nated) 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.
+       These  functions  write the characters of the (null-terminated) wchar_t
+       character string wstr on the given window.  It is similar to construct-
+       ing a cchar_t for each wchar_t in the string, then calling wadd_wch for
+       the resulting cchar_t.
 
-       The  mv  functions  perform  cursor  movement once, before
-       writing any characters.  Thereafter,  the  cursor  is  ad-
-       vanced as a side-effect of writing to the window.
+       The mv functions perform cursor movement once, before writing any char-
+       acters.  Thereafter, the cursor is advanced as a side-effect of writing
+       to the window.
 
-       The  four  functions  with n as the last argument write at
-       most n wchar_t characters, or until a terminating null  is
-       reached.   If  n  is  -1,  then  the entire string will be
-       added.
+       The four functions with n as the last argument write at most n  wchar_t
+       characters,  or  until a terminating null is reached.  If n is -1, then
+       the entire string will be added.
 
 
 

RETURN VALUE

-       All functions return the integer ERR upon failure  and  OK
-       on success.
+       All functions return the integer ERR upon failure and OK on success.
 
-       X/Open  does not define any error conditions.  This imple-
-       mentation returns an error
+       X/Open does not define any error conditions.  This  implementation  re-
+       turns an error
 
        o   if the window pointer is null or
 
        o   if the string pointer is null or
 
-       o   if the corresponding calls to wadd_wch return  an  er-
-           ror.
+       o   if the corresponding calls to wadd_wch return an error.
 
-       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.
+       Functions  with  a  "mv"  prefix  first perform a cursor movement using
+       wmove, and return an error if the position is outside the window, or if
+       the window pointer is null.
 
 
 

NOTES

@@ -105,8 +101,7 @@
 
 
 

PORTABILITY

-       These  functions are described in the XSI Curses standard,
-       Issue 4.
+       These functions are described in the XSI Curses standard, Issue 4.
 
 
 

SEE ALSO

@@ -114,7 +109,7 @@
 
 
 
-                                                       curs_addwstr(3x)
+                                                              curs_addwstr(3x)