X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_attr.3x;h=67740f9e2a72c4564296394b07e81102601cf7d8;hp=8cf769ae6b6364b83103696b3087b040fe3a142c;hb=a108bc76f220a81a223a5c25f59195af60452128;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/man/curs_attr.3x b/man/curs_attr.3x index 8cf769ae..67740f9e 100644 --- a/man/curs_attr.3x +++ b/man/curs_attr.3x @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_attr.3x,v 1.33 2010/07/31 16:12:01 tom Exp $ +.\" $Id: curs_attr.3x,v 1.36 2010/12/04 18:36:44 tom Exp $ .TH curs_attr 3X "" .na .hy 0 @@ -257,15 +257,14 @@ is outside the range 0..COLOR_PAIRS\-1. This implementation also provides \fBgetattrs\fR for compatibility with older versions of curses. +.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 SEE ALSO \fBcurses\fR(3X), \fBcurs_addch\fR(3X), \fBcurs_addstr\fR(3X), \fBcurs_bkgd\fR(3X), -\fBcurs_printw\fR(3X) -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: +\fBcurs_printw\fR(3X), +\fBcurs_variables\fR(3X)