X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_insstr.3x.html;h=266cae1b2b3096efbcab600b57f5ed1026774391;hp=59d30027efa46579883fa4a29e2d982383861d57;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=d448186ac240901c6976dc74c260f052d3ed53e4 diff --git a/doc/html/man/curs_insstr.3x.html b/doc/html/man/curs_insstr.3x.html index 59d30027..266cae1b 100644 --- a/doc/html/man/curs_insstr.3x.html +++ b/doc/html/man/curs_insstr.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_insstr.3x,v 1.19 2010/07/31 16:11:27 tom Exp @ + * @Id: curs_insstr.3x,v 1.20 2010/08/14 23:29:16 tom Exp @ --> @@ -92,6 +92,10 @@ tion, if the window parameter is null or the str parameter is null, an error is returned. + 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. +

NOTES