X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=99ab802ec689ea8978d4c850ec5fbd763c6e217c;hp=793af5f87be966e69dfc92b64626ee0004213bdb;hb=3a935d9991cdf43ebfa952073c9b555f73a3e011;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;ds=inline diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 793af5f8..99ab802e 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.10 2010/12/04 18:36:44 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