X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=ca67fbe9d0255f62f54fcf6f4749548971ef12da;hp=3153059ac5a3382fb7dbbf6664ac0870f5732b65;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 3153059a..ca67fbe9 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -1,4 +1,3 @@ - + + + curs_printw 3x @@ -39,20 +41,19 @@

curs_printw 3x


-
 curs_printw(3x)                                         curs_printw(3x)
 
 
 
 
 
-

NAME

+

NAME

        printw, wprintw, mvprintw, mvwprintw, vwprintw, vw_printw
        - print formatted output in curses windows
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int printw(const char *fmt, ...);
@@ -67,21 +68,21 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  printw,  wprintw, mvprintw and mvwprintw routines are
-       analogous to  printf  [see  printf(3)].   In  effect,  the
+       analogous to  printf  [see  printf(3)].   In  effect,  the
        string that would be output by printf is output instead as
        though waddstr were used on the given window.
 
        The vwprintw  and  wv_printw  routines  are  analogous  to
-       vprintf  [see  printf(3)]  and  perform  a wprintw using a
+       vprintf  [see  printf(3)]  and  perform  a wprintw using a
        variable argument list.  The third argument is a  va_list,
        a   pointer   to  a  list  of  arguments,  as  defined  in
        <stdarg.h>.
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines that return an integer return  ERR  upon  failure
        and  OK  (SVr4 only specifies "an integer value other than
        ERR") upon successful completion.
@@ -91,9 +92,13 @@
        enough memory for the buffer used to format  the  results.
        It will return an error if the window pointer is null.
 
+       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

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.  The function vwprintw is marked TO  BE  WITHDRAWN,
        and  is  to  be replaced by a function vw_printw using the
@@ -106,17 +111,22 @@
 
 
 
-

SEE ALSO

-       curses(3x), printf(3), vprintf(3)
+

SEE ALSO

+       curses(3x), printf(3), vprintf(3)
 
 
 
                                                         curs_printw(3x)
 
-
-
-Man(1) output converted with -man2html -
+