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=62e7649a13255c31102bca0b6106cef2a54377e9;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 62e7649a..28ddce3b 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_addwstr 3x -

curs_addwstr 3x

-
+

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
+

NAME

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

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int addwstr(const wchar_t *wstr);
@@ -66,67 +64,63 @@
        int mvwaddnwstr(WINDOW *win, int y, int x, const wchar_t *wstr, int n);
 
 
-
-

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.
+

DESCRIPTION

+       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.
+

RETURN VALUE

+       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

+

NOTES

        All of these functions except waddnwstr may be macros.
 
 
-
-

PORTABILITY

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

PORTABILITY

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

SEE ALSO

+

SEE ALSO

        curses(3x), curs_add_wch(3x)
 
 
 
-                                                       curs_addwstr(3x)
+                                                              curs_addwstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+