X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;h=b995aecac0f7a888321c63597a91f8f2aa5434e7;hb=fc11bff62abb32a3e7724180a94c1068c148ea6c;hp=bc1fd859d06aca7119b5cc6e60657de460f3ee47;hpb=e607aef87171fae9359b0c43a04d8d932719bc71;p=ncurses.git diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index bc1fd859..b995aeca 100644 --- a/doc/html/man/curs_attr.3x.html +++ b/doc/html/man/curs_attr.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_attr.3x,v 1.105 2024/04/27 17:54:42 tom Exp @ + * @Id: curs_attr.3x,v 1.106 2024/05/11 20:39:53 tom Exp @ --> -curs_attr 3x 2024-04-27 ncurses 6.5 Library calls +curs_attr 3x 2024-05-11 ncurses 6.5 Library calls -

curs_attr 3x 2024-04-27 ncurses 6.5 Library calls

+

curs_attr 3x 2024-05-11 ncurses 6.5 Library calls

 curs_attr(3x)                    Library calls                   curs_attr(3x)
 
@@ -220,6 +220,10 @@
               A_CHARTEXT     Bit-mask to extract a character
               A_COLOR        Bit-mask to extract a color (legacy routines)
 
+       You can thus use A_CHARTEXT to extract the  character  from  a  chtype,
+       A_ATTRIBUTES  to  obtain  its rendering attributes, and A_COLOR to find
+       the color pair it uses.
+
        These video attributes are supported by attr_on and  related  functions
        (which also support the attributes recognized by attron, etc.):
 
@@ -332,7 +336,6 @@
               WA_BLINK        Blinking
               WA_DIM          Half bright
               WA_BOLD         Extra bright or bold
-
               WA_ALTCHARSET   Alternate character set
 
        X/Open Curses does not assign values to  these  symbols,  nor  does  it
@@ -497,7 +500,7 @@
 
 
 
-ncurses 6.5                       2024-04-27                     curs_attr(3x)
+ncurses 6.5                       2024-05-11                     curs_attr(3x)