X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_addchstr.3x;h=1547219f8309cabe2d198c4702d77fdd7a495f00;hp=397ccee09b110b69c275567e47ea2b45185d3162;hb=f79b52fddd95c7a6f1ead29ef9c39eb8cdf60795;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x index 397ccee0..1547219f 100644 --- a/man/curs_addchstr.3x +++ b/man/curs_addchstr.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_addchstr.3x,v 1.13 2010/07/31 16:12:01 tom Exp $ +.\" $Id: curs_addchstr.3x,v 1.15 2010/12/04 18:36:44 tom Exp $ .TH curs_addchstr 3X "" .na .hy 0 @@ -81,6 +81,10 @@ descriptions. X/Open does not define any error conditions. This implementation returns an error if the window pointer is null. +.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 routines except \fBwaddchnstr\fR may be macros. .SH PORTABILITY @@ -91,9 +95,3 @@ These entry points are described in the XSI Curses standard, Issue 4. Comparable functions in the wide-character (ncursesw) library are described in \fBcurs_add_wchstr\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: