X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addstr.3x.html;h=d89503cc8bc9fc4c755bd04e98be2457f13b1466;hb=173dd870810c8b85baa31f9a272d15f96a8f9ff4;hp=9330e61733ddbf5c52349bf7626a8adf1af7b1de;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;p=ncurses.git diff --git a/doc/html/man/curs_addstr.3x.html b/doc/html/man/curs_addstr.3x.html index 9330e617..d89503cc 100644 --- a/doc/html/man/curs_addstr.3x.html +++ b/doc/html/man/curs_addstr.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addstr.3x,v 1.14 2010/07/31 16:12:01 tom Exp @ + * @Id: curs_addstr.3x,v 1.16 2010/12/04 18:36:44 tom Exp @ --> @@ -89,6 +89,10 @@ or if the string pointer is null or if the corresponding calls to waddch return an error. + 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