X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=9dfc57807b358d2c0e93d165f70f5cc07d77e28a;hp=44ada64dcd5e2a0f4a6d76586abd685c17a860a5;hb=HEAD;hpb=bf2c36c4930ac5bb04cd2b1ba209cd09b6f510ab diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 44ada64d..259b5612 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -1,6 +1,6 @@ -curs_printw 3x 2023-12-23 ncurses 6.4 Library calls +curs_printw 3x 2024-04-20 ncurses 6.5 Library calls -

curs_printw 3x 2023-12-23 ncurses 6.4 Library calls

+

curs_printw 3x 2024-04-20 ncurses 6.5 Library calls

 curs_printw(3x)                  Library calls                 curs_printw(3x)
 
@@ -79,12 +79,12 @@
 

RETURN VALUE

        These functions return ERR upon failure and OK upon success.
 
-       In ncurses, failure occurs if the library cannot allocate enough memory
+       In ncurses, failure occurs if the library cannot allocate enough memory
        for the buffer into which the output is formatted,  or  if  the  window
        pointer win is null.
 
-       Functions  with  a  "mv"  prefix  first perform a cursor movement using
-       wmove, and fail if the position is outside the window.
+       Functions  prefixed with "mv" first perform cursor movement and fail if
+       the position (y, x) is outside the window boundaries.
 
 
 

NOTES

@@ -95,13 +95,13 @@
 
 
 

PORTABILITY

-       X/Open  Curses,  Issue  4,  describes these functions.  It specifies no
+       X/Open  Curses,  Issue  4  describes  these functions.  It specifies no
        error conditions for them.
 
        ncurses defines vw_printw and vwprintw identically  to  support  legacy
        applications.  However, the latter is obsolete.
 
-       o   X/Open  Curses,  Issue  4,  Version  2  (1996),  marked vwprintw as
+       o   X/Open  Curses,  Issue  4  Version  2  (1996),  marked  vwprintw as
            requiring varargs.h and "TO BE WITHDRAWN", and specified  vw_printw
            using the stdarg.h interface.
 
@@ -120,7 +120,7 @@
        varargs.h,  though  that  had been available since Seventh Edition Unix
        (1979).  In 1991 (a couple of years after SVr4 was generally available,
        and  after  the C standard was published), other developers updated the
-       library, using stdarg.h internally in 4.4BSD curses.   Even  with  this
+       library, using stdarg.h internally in 4.4BSD curses.   Even  with  this
        improvement,  BSD  curses  did  not  use  function prototypes (nor even
        declare functions) in curses.h until 1992.
 
@@ -147,7 +147,7 @@
 
 
 
-ncurses 6.4                       2023-12-23                   curs_printw(3x)
+ncurses 6.5                       2024-04-20                   curs_printw(3x)