X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;h=bf914925bcb41f021dda989fb5fb21ecce509e07;hb=cb4427a16794d98049b4d790b810d62217501f9f;hp=75dc74a4b87e5438365f6ef0834e9a45d51b24f0;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index 75dc74a4..bf914925 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -1,6 +1,6 @@ - + curs_bkgrnd 3x - + @@ -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