X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_insstr.3x;h=072288dc0af047cd75dfc25812a2515d28a4ec2f;hp=8fca4adf5e182fe1b91c7e4e7ecee245173f480e;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/man/curs_insstr.3x b/man/curs_insstr.3x index 8fca4adf..072288dc 100644 --- a/man/curs_insstr.3x +++ b/man/curs_insstr.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_insstr.3x,v 1.19 2010/07/31 16:11:27 tom Exp $ +.\" $Id: curs_insstr.3x,v 1.20 2010/08/14 23:29:16 tom Exp $ .TH curs_insstr 3X "" .SH NAME \fBinsstr\fR, @@ -78,6 +78,10 @@ X/Open defines no error conditions. In this implementation, if the window parameter is null or the str parameter is null, an error is returned. +.PP +Functions with a "mv" prefix first perform a cursor movement using +\fBwmove\fP, and return an error if the position is outside the window, +or if the window pointer is null. .SH NOTES Note that all but \fBwinsnstr\fR may be macros. .SH PORTABILITY