X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgd.3x.html;h=b5637820dcdf809674ddd1caa0a456e83d82209f;hp=81cdf90cf26111ceb7303bca27359d3f441f91d7;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/curs_bkgd.3x.html b/doc/html/man/curs_bkgd.3x.html index 81cdf90c..b5637820 100644 --- a/doc/html/man/curs_bkgd.3x.html +++ b/doc/html/man/curs_bkgd.3x.html @@ -1,6 +1,6 @@ - + curs_bkgd 3x @@ -40,14 +40,14 @@

curs_bkgd 3x

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

NAME

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

SYNOPSIS

@@ -63,44 +63,42 @@
 

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.,
-       rendition)  and  a  character.   The attribute part of the
-       background is combined (OR'ed) with all non-blank  charac-
-       ters  that  are written into the window with waddch.  Both
-       the character and attribute parts of  the  background  are
-       combined   with  the  blank  characters.   The  background
-       becomes a property of the character  and  moves  with  the
-       character   through   any   scrolling   and  insert/delete
+       The bkgdset and wbkgdset routines  manipulate  the  background  of  the
+       named window.  The window background is a chtype consisting of any com-
+       bination  of  attributes  (i.e.,  rendition)  and  a  character.    The
+       attribute part of the background is combined (OR'ed) with all non-blank
+       characters that are written into the  window  with  waddch.   Both  the
+       character  and  attribute parts of the background are combined with the
+       blank characters.  The background becomes a property of  the  character
+       and  moves  with  the character through any scrolling and insert/delete
        line/character operations.
 
-       To the extent  possible  on  a  particular  terminal,  the
-       attribute  part  of  the  background  is  displayed as the
-       graphic rendition of the character put on the screen.
+       To the extent possible on a particular terminal, the 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 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:
 
-       o   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.
 
-       o   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.
+       The getbkgd function returns  the  given  window's  current  background
+       character/attribute pair.
 
 
 

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.
+       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

@@ -108,18 +106,17 @@
 
 
 

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.
+       These  functions are described in the XSI Curses standard, Issue 4.  It
+       specifies that bkgd and wbkgd return ERR on failure, but gives no fail-
+       ure conditions.
 
 
 

SEE ALSO

-       curses(3x), curs_addch(3x), curs_attr(3x), curs_out-
-       opts(3x)
+       curses(3x), curs_addch(3x), curs_attr(3x), curs_outopts(3x)
 
 
 
-                                                          curs_bkgd(3x)
+                                                                 curs_bkgd(3x)