X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;h=a1ab9247d9b9e8d3c12fbb2cbd8378aa1c36548e;hp=75dc74a4b87e5438365f6ef0834e9a45d51b24f0;hb=c0f109a299a82a33c16bd7af942a12ce9aefaaf0;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index 75dc74a4..a1ab9247 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -1,6 +1,7 @@ - + curs_bkgrnd 3x - + @@ -100,6 +101,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 +117,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 +142,7 @@
 
 
  • NOTES
  • RETURN VALUE
  • +
  • PORTABILITY
  • SEE ALSO