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=e0bd72423d5d7afa00244c5fe9f800b063721f70;hb=3a935d9991cdf43ebfa952073c9b555f73a3e011;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index e0bd7242..99ab802e 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -1,7 +1,7 @@ @@ -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