X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_insstr.3x;h=3e38a531d5fb79e2ff2e84764ac028ab0cc849fa;hp=8fca4adf5e182fe1b91c7e4e7ecee245173f480e;hb=5dbe81a41e3c75806996cd762b9e55dcc9edb835;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/man/curs_insstr.3x b/man/curs_insstr.3x index 8fca4adf..3e38a531 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.21 2010/12/04 18:38:55 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 @@ -93,9 +97,3 @@ Also, no implementation of curses documents this inconsistency. \fBcurs_util\fR(3X), \fBcurs_clear\fR(3X), \fBcurs_inch\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: