X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;h=c2b106344a5ac91a7c071aeb101c4a957c18a9a9;hp=dfc3d0c8ac10006ed454dfaefda702d06c2ba490;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=32f9f5f12cd9159261f9db228461049e8c770404 diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index dfc3d0c8..c2b10634 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -1,6 +1,6 @@ @@ -66,6 +66,9 @@

DESCRIPTION

+
+
+

bkgrndset

        The bkgrndset and wbkgrndset routines manipulate the back-
        ground of the named window.  The window  background  is  a
        cchar_t consisting of any combination of attributes (i.e.,
@@ -82,16 +85,22 @@
        attribute part of  the  background  is  displayed  as  the
        graphic rendition of the character put on the screen.
 
+
+
+

bkgrnd

        The  bkgrnd and wbkgrnd functions set the background prop-
        erty of the current or specified  window  and  then  apply
        this setting to every character position in that window:
 
-              The  rendition  of every character on the screen is
-              changed to the new background rendition.
+       o   The  rendition  of  every  character  on the screen is
+           changed to the new background rendition.
 
-              Wherever the former background  character  appears,
-              it is changed to the new background character.
+       o   Wherever the former background character  appears,  it
+           is changed to the new background character.
 
+
+
+

getbkgrnd

        The  getbkgrnd function returns the given window's current
        background character/attribute pair via the wch pointer.
 
@@ -123,7 +132,13 @@