X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;h=cb1449d2d1e1bd1790879ff95eece4935ace0c51;hb=e2153a14ebfb90265151d608778aaf9f403b3d24;hp=b995aecac0f7a888321c63597a91f8f2aa5434e7;hpb=fc11bff62abb32a3e7724180a94c1068c148ea6c;p=ncurses.git diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index b995aeca..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.106 2024/05/11 20:39:53 tom Exp @ + * @Id: curs_attr.3x,v 1.108 2024/05/25 20:10:58 tom Exp @ --> -curs_attr 3x 2024-05-11 ncurses 6.5 Library calls +curs_attr 3x 2024-05-25 ncurses 6.5 Library calls -

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

+

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

 curs_attr(3x)                    Library calls                   curs_attr(3x)
 
@@ -249,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.
@@ -500,7 +500,7 @@
 
 
 
-ncurses 6.5                       2024-05-11                     curs_attr(3x)
+ncurses 6.5                       2024-05-25                     curs_attr(3x)