X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=c02ebf8558c5647b48abdb83222bca4b32260ffc;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hp=ab4b2997db87b5196ac06d206be47f28194ce276;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264;p=ncurses.git diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index ab4b2997..c02ebf85 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_printw.3x,v 1.51 2024/03/23 20:38:57 tom Exp @ + * @Id: curs_printw.3x,v 1.53 2024/04/20 19:18:18 tom Exp @ --> -curs_printw 3x 2024-03-23 ncurses 6.4 Library calls +curs_printw 3x 2024-04-20 ncurses 6.4 Library calls -

curs_printw 3x 2024-03-23 ncurses 6.4 Library calls

+

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

 curs_printw(3x)                  Library calls                 curs_printw(3x)
 
@@ -83,8 +83,8 @@
        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.
 
@@ -147,7 +147,7 @@
 
 
 
-ncurses 6.4                       2024-03-23                   curs_printw(3x)
+ncurses 6.4                       2024-04-20                   curs_printw(3x)