X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_addchstr.3x;h=41749ebd641b08096a675c66ce36f67e1c700e2b;hp=397ccee09b110b69c275567e47ea2b45185d3162;hb=d448186ac240901c6976dc74c260f052d3ed53e4;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;ds=sidebyside diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x index 397ccee0..41749ebd 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.14 2010/08/14 23:29:16 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