X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=b2086c9240252750e19df59d597655449513c13e;hp=f526cf7294b584411177b354fc1ce330f5c9073e;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=d448186ac240901c6976dc74c260f052d3ed53e4 diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index f526cf72..b2086c92 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addch.3x,v 1.28 2010/07/31 16:12:01 tom Exp @ + * @Id: curs_addch.3x,v 1.29 2010/08/14 23:29:16 tom Exp @ --> @@ -158,6 +158,10 @@ other than ERR") upon successful completion, unless other- wise noted in the preceding routine descriptions. + 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