X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;h=60ea015b8a48378dac5d576a93479c2527d8bf8b;hb=09ed0227b324243f636e31d876e3dc30dfc7a778;hp=f5ffa7441afc5ddb3bdbe8079aec1f1cc295e71c;hpb=084e3b44fc1c904d5ab941da55f47a237cb15766;p=ncurses.git diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index f5ffa744..60ea015b 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_bkgrnd.3x,v 1.32 2023/11/25 14:01:49 tom Exp @ + * @Id: curs_bkgrnd.3x,v 1.34 2023/12/02 21:30:00 tom Exp @ --> -curs_bkgrnd 3x 2023-11-25 ncurses 6.4 Library calls +curs_bkgrnd 3x 2023-12-02 ncurses 6.4 Library calls -

curs_bkgrnd 3x 2023-11-25 ncurses 6.4 Library calls

+

curs_bkgrnd 3x 2023-12-02 ncurses 6.4 Library calls

 curs_bkgrnd(3x)                  Library calls                 curs_bkgrnd(3x)
 
@@ -99,28 +99,27 @@
 
 
 

getbkgrnd

-       The getbkgrnd function returns the given  window's  current  background
-       character/attribute  pair  via  the  wch  pointer.  If the given window
-       pointer is null,  the  character  is  not  updated  (but  no  error  is
-       returned).
+       The getbkgrnd and wgetbkgrnd functions obtain the  given  or  specified
+       window's  current  background character and attribute pair and store it
+       via the wch pointer.
 
 
 

RETURN VALUE

        The bkgrndset and wbkgrndset routines do not return a value.
 
-       Upon  successful completion, the other functions return OK.  Otherwise,
+       Upon successful completion, the other functions return OK.   Otherwise,
        they return ERR:
 
-       o   A null window pointer is treated as an error.
+       o   A null WINDOW pointer is treated as an error.
 
-       o   A null character pointer is treated as an error.
+       o   A null cchar_t pointer is treated as an error.
 
 
 

NOTES

        bkgrnd, bkgrndset, and getbkgrnd may be available as macros.
 
        X/Open Curses does not provide details on how the rendition is changed.
-       This  implementation follows the approach used in SVr4 curses, which is
+       This implementation follows the approach used in SVr4 curses, which  is
        explained in the manual page for wbkgd.
 
 
@@ -133,7 +132,7 @@
 
 
 
-ncurses 6.4                       2023-11-25                   curs_bkgrnd(3x)
+ncurses 6.4                       2023-12-02                   curs_bkgrnd(3x)