X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;h=7d952f0c2a2f1ecb064484872ee1f941d54348d5;hp=4e3dc419560530062a75f345729095436f3d927c;hb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index 4e3dc419..7d952f0c 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -1,6 +1,6 @@ @@ -100,6 +100,10 @@

NOTES

        Note that bkgrnd, bkgrndset, and getbkgrnd may be macros.
 
+       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 wbkgd.
+
 
 

RETURN VALUE

        The bkgrndset and wbkgrndset routines do not return a value.
@@ -112,6 +116,11 @@
        o   A null character pointer is treated as an error.
 
 
+

PORTABILITY

+       These  functions  are  described  in  the  XSI Curses standard, Issue 4
+       (X/Open Curses).
+
+
 

SEE ALSO

        curses(3x), curs_bkgd(3x)
 
@@ -132,6 +141,7 @@
 
 
  • NOTES
  • RETURN VALUE
  • +
  • PORTABILITY
  • SEE ALSO