X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_bkgrnd.3x.html;h=ec8a36e735cb42f37dd88ef70e5aa1d64e4089fc;hb=d30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4;hp=a1ab9247d9b9e8d3c12fbb2cbd8378aa1c36548e;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/curs_bkgrnd.3x.html b/doc/html/man/curs_bkgrnd.3x.html index a1ab9247..ec8a36e7 100644 --- a/doc/html/man/curs_bkgrnd.3x.html +++ b/doc/html/man/curs_bkgrnd.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_bkgrnd.3x,v 1.11 2020/02/02 23:34:34 tom Exp @ + * @Id: curs_bkgrnd.3x,v 1.12 2020/10/17 23:13:15 tom Exp @ --> @@ -56,8 +56,10 @@ int bkgrnd( const cchar_t *wch); int wbkgrnd( WINDOW *win, const cchar_t *wch); + void bkgrndset(const cchar_t *wch ); void wbkgrndset(WINDOW *win, const cchar_t *wch); + int getbkgrnd(cchar_t *wch); int wgetbkgrnd(WINDOW *win, cchar_t *wch); @@ -71,8 +73,8 @@ 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 charac- - ter and moves with the character through any scrolling and + 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 @@ -82,8 +84,8 @@

bkgrnd

        The bkgrnd and wbkgrnd functions set the  background  property  of  the
-       current  or specified window and then apply this setting to every char-
-       acter position in that window:
+       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.