X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;h=cb1449d2d1e1bd1790879ff95eece4935ace0c51;hb=e2153a14ebfb90265151d608778aaf9f403b3d24;hp=bc1fd859d06aca7119b5cc6e60657de460f3ee47;hpb=610e9700ef6e0f95d03aa53242b12a8946bb62d7;p=ncurses.git diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index bc1fd859..cb1449d2 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.108 2024/05/25 20:10:58 tom Exp @ --> -curs_attr 3x 2024-04-27 ncurses 6.5 Library calls +curs_attr 3x 2024-05-25 ncurses 6.5 Library calls -

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

+

curs_attr 3x 2024-05-25 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.):
 
@@ -245,13 +249,13 @@
 
        This implementation
 
-       o   returns an error if the window pointer is null.
+       o   returns ERR if the window pointer is null.
 
-       o   returns an error if the color  pair  parameter  for  wcolor_set  is
-           outside the range 0..COLOR_PAIRS-1.
+       o   returns ERR if the color pair parameter for wcolor_set  is  outside
+           the range 0..COLOR_PAIRS-1.
 
-       o   does  not  return an error if either of the parameters of wattr_get
-           used for retrieving attribute or color pair values is NULL.
+       o   does  not  fail  if  either of the parameters of wattr_get used for
+           retrieving attribute or color pair values is NULL.
 
        Functions prefixed with "mv" first perform cursor movement and fail  if
        the position (y, x) is outside the window boundaries.
@@ -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-25                     curs_attr(3x)