X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgd.3x.html;h=59db83f6e471e4398b3a5c656242fd348b7ec8c1;hp=0f830ea91103d6e34231c9203e0c11a172b31b41;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_bkgd.3x.html b/doc/html/man/curs_bkgd.3x.html index 0f830ea9..59db83f6 100644 --- a/doc/html/man/curs_bkgd.3x.html +++ b/doc/html/man/curs_bkgd.3x.html @@ -1,6 +1,6 @@ @@ -38,8 +38,7 @@ -

curs_bkgd 3x

-
+

curs_bkgd 3x

 curs_bkgd(3x)                                             curs_bkgd(3x)
 
@@ -56,15 +55,18 @@
 

SYNOPSIS

        #include <curses.h>
 
-       void bkgdset(chtype ch);
-       void wbkgdset(WINDOW *win, chtype ch);
-       int bkgd(chtype ch);
-       int wbkgd(WINDOW *win, chtype ch);
-       chtype getbkgd(WINDOW *win);
+       void bkgdset(chtype ch);
+       void wbkgdset(WINDOW *win, chtype ch);
+       int bkgd(chtype ch);
+       int wbkgd(WINDOW *win, chtype ch);
+       chtype getbkgd(WINDOW *win);
 
 
 

DESCRIPTION

+
+
+

bkgdset

        The bkgdset and wbkgdset  routines  manipulate  the  back-
        ground  of  the  named window.  The window background is a
        chtype consisting of any combination of attributes  (i.e.,
@@ -81,16 +83,22 @@
        attribute  part  of  the  background  is  displayed as the
        graphic rendition of the character put on the screen.
 
+
+
+

bkgd

        The bkgd and wbkgd functions set the  background  property
        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.
 
+
+
+

getbkgd

        The getbkgd function returns the  given  window's  current
        background character/attribute pair.
 
@@ -116,7 +124,7 @@
 
 

SEE ALSO

-       curses(3x),   curs_addch(3x),   curs_attr(3x),   curs_out-
+       curses(3x), curs_addch(3x), curs_attr(3x), curs_out-
        opts(3x)
 
 
@@ -127,7 +135,13 @@