X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=inline;f=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;h=56fdf6678f5dc87fe4d49e0da6c1a7abd7599f55;hb=d90067f9008bb8338a77c1ed519bc108c275ed04;hp=7d1f64139a069a233d163aee93976e9e47d7eb52;hpb=b97ea58e03d5faebed2166faa4e0e590f2cdea34;p=ncurses.git diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index 7d1f6413..56fdf667 100644 --- a/doc/html/man/curs_attr.3x.html +++ b/doc/html/man/curs_attr.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_attr.3x,v 1.91 2023/12/02 21:05:24 tom Exp @ + * @Id: curs_attr.3x,v 1.92 2023/12/16 21:07:24 tom Exp @ * --------------------------------------------------------------------------- * --------------------------------------------------------------------------- * --------------------------------------------------------------------------- @@ -50,12 +50,12 @@ -curs_attr 3x 2023-12-02 ncurses 6.4 Library calls +curs_attr 3x 2023-12-16 ncurses 6.4 Library calls -

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

+

curs_attr 3x 2023-12-16 ncurses 6.4 Library calls

 curs_attr(3x)                    Library calls                   curs_attr(3x)
 
@@ -159,7 +159,7 @@
            attr_set(A_BOLD, pair, NULL);
 
        However, if the value does not fit, then the COLOR_PAIR macro uses only
-       the  bits  that fit.  For example, because in ncurses A_COLOR has eight
+       the  bits  that fit.  For example, because in ncurses A_COLOR has eight
        (8) bits, then COLOR_PAIR(259) is 4 (i.e., 259 is 4 more than the limit
        255).
 
@@ -179,7 +179,7 @@
        than attr_t.
 
        There  is  no  corresponding attrget function as such in X/Open Curses,
-       although ncurses provides getattrs (see curs_legacy(3x)).
+       although ncurses provides getattrs (see curs_legacy(3x)).
 
 
 

Change character rendition

@@ -191,7 +191,7 @@
        function  generalizes  this to any window; the mvwchgat function does a
        cursor move before acting.
 
-       In these functions, the color pair argument is a color-pair  index  (as
+       In these functions, the color pair argument is a color pair  index  (as
        in the first argument of init_pair, see curs_color(3x)).
 
 
@@ -266,7 +266,7 @@
            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.
+           used for retrieving attribute or color pair values is NULL.
 
        Functions with a "mv" prefix first  perform  a  cursor  movement  using
        wmove, and return an error if the position is outside the window, or if
@@ -281,8 +281,8 @@
 
        Color  pair  values can only be OR'd with attributes if the pair number
        is less than 256.  The alternate functions such as color_set can pass a
-       color pair value directly.  However, ncurses ABI 4 and 5 simply OR this
-       value within the alternate functions.  You must use ncurses  ABI  6  to
+       color pair value directly.  However, ncurses ABI 4 and 5 simply OR this
+       value within the alternate functions.  You must use ncurses  ABI  6  to
        support more than 256 color pairs.
 
 
@@ -298,7 +298,7 @@
        X/Open  Curses  still  (after  more  than  twenty  years)  documents as
        reserved  for  future  use,  saying  that  it  should  be  NULL.   This
        implementation  uses  that  parameter  in ABI 6 for the functions which
-       have a color-pair parameter to support extended color pairs:
+       have a color pair parameter to support extended color pairs:
 
        o   For functions which modify the color, e.g., wattr_set and wattr_on,
            if  opts  is set it is treated as a pointer to int, and used to set
@@ -371,7 +371,7 @@
            the same because it simplifies copying information  between  chtype
            and cchar_t variables.
 
-       o   Because  ncurses's  attr_t  can  hold  a color pair (in the A_COLOR
+       o   Because  ncurses's  attr_t  can  hold  a color pair (in the A_COLOR
            field), a call to wattr_on, wattr_off, or wattr_set may  alter  the
            window's  color.   If  the  color pair information in the attribute
            parameter is zero, no change is made to the window's color.
@@ -462,7 +462,7 @@
 
           Regarding OSF/1 (and Tru64),
 
-          o   These used 64-bit hardware.   Like  ncurses,  the  OSF/1  curses
+          o   These used 64-bit hardware.   Like  ncurses,  the  OSF/1  curses
               interface is not customized for 32-bit and 64-bit versions.
 
           o   Unlike  other  systems  which  evolved  from  AT&T  code,  OSF/1
@@ -499,7 +499,7 @@
            modification to make the library 8-bit clean for nvi(1).  He  moved
            standout attribute to a structure member.
 
-           The  resulting  4.4BSD curses was replaced by ncurses over the next
+           The  resulting  4.4BSD curses was replaced by ncurses over the next
            ten years.
 
        o   U/Win is rarely used now.
@@ -511,7 +511,7 @@
 
 
 
-ncurses 6.4                       2023-12-02                     curs_attr(3x)
+ncurses 6.4                       2023-12-16                     curs_attr(3x)