X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_delch.3x.html;h=174b17d8e629ab2ab626c52b76db123544cfcb03;hb=beb0f0c6911096ee19815bdf2601c4317d80341f;hp=4036dc39a6759c22a4e7a7220e621d1a1d0e87b1;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;p=ncurses.git diff --git a/doc/html/man/curs_delch.3x.html b/doc/html/man/curs_delch.3x.html index 4036dc39..174b17d8 100644 --- a/doc/html/man/curs_delch.3x.html +++ b/doc/html/man/curs_delch.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_delch.3x,v 1.9 2010/07/31 16:12:01 tom Exp @ + * @Id: curs_delch.3x,v 1.11 2010/12/04 18:36:44 tom Exp @ --> @@ -78,6 +78,10 @@ (SVr4 specifies only "an integer value other than ERR") upon successful completion. + 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