X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_in_wch.3x.html;h=63cecb90da9b8f4976ffd0e69a5f216e574fafd7;hp=a58e7c147bc9ffb5bdb882aaf3da2e7d25afe53a;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=d448186ac240901c6976dc74c260f052d3ed53e4 diff --git a/doc/html/man/curs_in_wch.3x.html b/doc/html/man/curs_in_wch.3x.html index a58e7c14..63cecb90 100644 --- a/doc/html/man/curs_in_wch.3x.html +++ b/doc/html/man/curs_in_wch.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_in_wch.3x,v 1.3 2010/07/31 16:10:55 tom Exp @ + * @Id: curs_in_wch.3x,v 1.4 2010/08/14 23:29:16 tom Exp @ --> @@ -76,6 +76,10 @@ the cursor, returning ERR in that case. Otherwise they return OK + 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