X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=b0cbb894a8bf5e729b0bd8944d6f53731a429383;hp=793af5f87be966e69dfc92b64626ee0004213bdb;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=d448186ac240901c6976dc74c260f052d3ed53e4;ds=sidebyside diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 793af5f8..b0cbb894 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addwstr.3x,v 1.8 2010/07/31 16:12:01 tom Exp @ + * @Id: curs_addwstr.3x,v 1.9 2010/08/14 23:29:16 tom Exp @ --> @@ -90,6 +90,10 @@ All routines return the integer ERR upon failure and OK on success. + 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