X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgd.3x.html;h=0f830ea91103d6e34231c9203e0c11a172b31b41;hp=6a4758e2fd4cc3324a8d5810d81932c30b3b0f8c;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_bkgd.3x.html b/doc/html/man/curs_bkgd.3x.html index 6a4758e2..0f830ea9 100644 --- a/doc/html/man/curs_bkgd.3x.html +++ b/doc/html/man/curs_bkgd.3x.html @@ -1,4 +1,3 @@ - + + + curs_bkgd 3x @@ -39,20 +41,19 @@

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 +64,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 +96,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,10 +123,16 @@
 
                                                           curs_bkgd(3x)
 
-
-
-Man(1) output converted with -man2html -
+