X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;h=d5e9959a26235ae2b4f21e9c5b8bccd69f2eab08;hp=780caab73037a90501f333a9a10b51fa981bf928;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index 780caab7..d5e9959a 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -1,7 +1,6 @@ - + + + curs_bkgrnd 3x -

curs_bkgrnd 3x

-
+

curs_bkgrnd 3x

-
 curs_bkgrnd(3x)                                         curs_bkgrnd(3x)
 
 
 
 
-
-

NAME

+

NAME

        bkgrnd,  wbkgrnd,  bkgrndset, wbkgrndset, getbkgrnd, wget-
        bkgrnd - curses  window  complex  background  manipulation
        routines
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int bkgrnd( const cchar_t *wch);
@@ -64,8 +62,9 @@
        int wgetbkgrnd(WINDOW *win, cchar_t *wch);
 
 
-
-

DESCRIPTION

+

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,27 +81,29 @@
        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.
 
 
-
-

NOTES

+

NOTES

        Note that bkgrnd, bkgrndset, and getbkgrnd may be macros.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        The bkgrndset and wbkgrndset  routines  do  not  return  a
        value.
 
@@ -111,18 +112,28 @@
        treated as an error.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_bkgd(3x)
 
 
 
                                                         curs_bkgrnd(3x)
 
-
-
-Man(1) output converted with -man2html -
+