X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_bkgrnd.3x;h=78ee92e18e32a7145d64fb8f59923fd62c4d119a;hp=8a0920221eab6c307523bd96a0c5956dc49e2ee1;hb=321b81e6b3fa425daddac02420d862100dc3aac8;hpb=31418a0e4a6f75ceffc9fee20ddbe390209a4ef4 diff --git a/man/curs_bkgrnd.3x b/man/curs_bkgrnd.3x index 8a092022..78ee92e1 100644 --- a/man/curs_bkgrnd.3x +++ b/man/curs_bkgrnd.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_bkgrnd.3x,v 1.9 2018/07/28 21:34:06 tom Exp $ +.\" $Id: curs_bkgrnd.3x,v 1.10 2018/12/09 00:50:50 tom Exp $ .de bP .ie n .IP \(bu 4 .el .IP \(bu 2 @@ -97,6 +97,10 @@ Note that \fBbkgrndset\fR, and \fBgetbkgrnd\fR may be macros. +.PP +X/Open Curses does not provide details on how the rendition is changed. +This implementation follows the approach used in SVr4 curses, +which is explained in the manual page for \fBwbkgd\fP. .SH RETURN VALUE .PP The \fBbkgrndset\fR and \fBwbkgrndset\fR routines do not return a value. @@ -107,6 +111,10 @@ Otherwise, they return \fBERR\fR: A null window pointer is treated as an error. .bP A null character pointer is treated as an error. +.SH PORTABILITY +.PP +These functions are described in the XSI Curses standard, Issue 4 +(X/Open Curses). .SH SEE ALSO \fBcurses\fR(3X), \fBcurs_bkgd\fR(3X)