X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgd.3x.html;h=c77f4f99a22604551702d10ea579e81375bac475;hb=HEAD;hp=078fd79384ea7912f2e10f967eb58a8d86ce807c;hpb=159cd0555e0efc14be66c9c3a1548f58908b6a1d;p=ncurses.git diff --git a/doc/html/man/curs_bkgd.3x.html b/doc/html/man/curs_bkgd.3x.html index 078fd793..47d2e13b 100644 --- a/doc/html/man/curs_bkgd.3x.html +++ b/doc/html/man/curs_bkgd.3x.html @@ -1,6 +1,6 @@ -curs_bkgd 3x 2023-12-23 ncurses 6.4 Library calls +curs_bkgd 3x 2024-04-20 ncurses 6.5 Library calls -

curs_bkgd 3x 2023-12-23 ncurses 6.4 Library calls

+

curs_bkgd 3x 2024-04-20 ncurses 6.5 Library calls

 curs_bkgd(3x)                    Library calls                   curs_bkgd(3x)
 
@@ -84,7 +84,7 @@
        on the screen.
 
 
-

bkgd, wbkgd

+

bkgd, wbkgd

        bkgd  and  wbkgd set the background property of stdscr or the specified
        window and then apply this setting to  every  character  cell  in  that
        window.
@@ -129,7 +129,7 @@
        character's color attribute.
 
 
-

bkgdset, wbkgdset

+

bkgdset, wbkgdset

        bkgdset and  wbkgdset  manipulate  the  background  of  the  applicable
        window, without updating the character cells as bkgd and wbkgd do; only
        future writes reflect the updated background.
@@ -163,7 +163,7 @@
 
 
 

PORTABILITY

-       X/Open  Curses,  Issue 4, describes these functions.  It specifies that
+       X/Open  Curses,  Issue  4 describes these functions.  It specifies that
        bkgd, wbkgd, and getbkgd return ERR on failure  (in  the  case  of  the
        last,  this  value  is  cast  to  chtype),  but  describes  no  failure
        conditions.
@@ -176,20 +176,20 @@
 
        Neither X/Open  Curses  nor  the  SVr4  manual  pages  detail  how  the
        rendition  of  characters  on  the  screen  updates  when bkgd or wbkgd
-       changes the background character.  ncurses, like SVr4 curses, does  not
+       changes the background character.  ncurses, like SVr4 curses, does  not
        (in  its  non-"wide"  configuration)  store  the  background and window
        attribute contributions to each character cell separately.
 
 
 

SEE ALSO

        curs_bkgrnd(3x) describes the corresponding  functions  in  the  "wide"
-       configuration of ncurses.
+       configuration of ncurses.
 
        curses(3x), curs_addch(3x), curs_attr(3x)
 
 
 
-ncurses 6.4                       2023-12-23                     curs_bkgd(3x)
+ncurses 6.5                       2024-04-20                     curs_bkgd(3x)