X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addchstr.3x.html;h=e8861399946af891b70e87cad3938634b4fcf347;hb=da2e96ef7073a13477fe57144926dd159e6089c0;hp=42eb0b7b30a87addf3d0d34f920bfd2abe7a93b8;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;p=ncurses.git diff --git a/doc/html/man/curs_addchstr.3x.html b/doc/html/man/curs_addchstr.3x.html index 42eb0b7b..e8861399 100644 --- a/doc/html/man/curs_addchstr.3x.html +++ b/doc/html/man/curs_addchstr.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addchstr.3x,v 1.13 2010/07/31 16:12:01 tom Exp @ + * @Id: curs_addchstr.3x,v 1.15 2010/12/04 18:36:44 tom Exp @ --> @@ -97,6 +97,10 @@ X/Open does not define any error conditions. This imple- mentation returns 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. +

NOTES