X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgd.3x.html;h=f7cf877b42cf6e466f4c00c59af9cc58256b5645;hb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;hp=8778b6a7b465d2f996e88a0108189b33c165601e;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602;p=ncurses.git diff --git a/doc/html/man/curs_bkgd.3x.html b/doc/html/man/curs_bkgd.3x.html index 8778b6a7..f7cf877b 100644 --- a/doc/html/man/curs_bkgd.3x.html +++ b/doc/html/man/curs_bkgd.3x.html @@ -1,4 +1,3 @@ - + + + curs_bkgd 3x -

curs_bkgd 3x

-
+

curs_bkgd 3x

-
 curs_bkgd(3x)                                             curs_bkgd(3x)
 
 
 
 
 
-

NAME

+

NAME

        bkgdset,  wbkgdset,  bkgd,  wbkgd, getbkgd - curses window
        background manipulation routines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        void bkgdset(chtype ch);
@@ -63,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        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.,
@@ -95,26 +95,26 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  routines  bkgd  and wbkgd return the integer OK.  The
        SVr4.0 manual says "or a non-negative integer  if  immedok
        is set", but this appears to be an error.
 
 
 
-

NOTES

+

NOTES

        Note that bkgdset and bkgd may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  It specifies that bkgd and wbkgd return  ERR  on
        failure, but gives no failure conditions.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),   curs_addch(3x),   curs_attr(3x),   curs_out-
        opts(3x)
 
@@ -122,7 +122,16 @@
 
                                                           curs_bkgd(3x)
 
-
-Man(1) output converted with man2html +