X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_printw.3x.html;h=f845852dec40d3caf4a9f4e26f64115c7c73f3a6;hp=3153059ac5a3382fb7dbbf6664ac0870f5732b65;hb=3a935d9991cdf43ebfa952073c9b555f73a3e011;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;ds=sidebyside diff --git a/doc/html/man/curs_printw.3x.html b/doc/html/man/curs_printw.3x.html index 3153059a..f845852d 100644 --- a/doc/html/man/curs_printw.3x.html +++ b/doc/html/man/curs_printw.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_printw.3x,v 1.18 2010/07/31 16:10:55 tom Exp @ + * @Id: curs_printw.3x,v 1.20 2010/12/04 18:40:45 tom Exp @ --> @@ -91,6 +91,10 @@ 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