X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fnew_pair.3x.html;h=ce4adc314495e6b68856dae6bc5aa0c30b36f78d;hb=0eedaa5673ff8181abe51e3a6fadca3820f90c46;hp=b2c0d2095152a1055309e23fa6b804bca3612d2f;hpb=bb55d9e3947102ec2554482d47d21402093f32e8;p=ncurses.git diff --git a/doc/html/man/new_pair.3x.html b/doc/html/man/new_pair.3x.html index b2c0d209..ce4adc31 100644 --- a/doc/html/man/new_pair.3x.html +++ b/doc/html/man/new_pair.3x.html @@ -28,19 +28,19 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey - * @Id: new_pair.3x,v 1.30 2023/09/16 23:38:39 tom Exp @ + * @Id: new_pair.3x,v 1.36 2023/09/23 22:37:46 tom Exp @ --> -new_pair 3x 2023-09-16 ncurses 6.4 Library calls +new_pair 3x 2023-09-23 ncurses 6.4 Library calls -

new_pair 3x 2023-09-16 ncurses 6.4 Library calls

+

new_pair 3x 2023-09-23 ncurses 6.4 Library calls

 new_pair(3x)                     Library calls                    new_pair(3x)
 
@@ -61,7 +61,7 @@
 
 
 

DESCRIPTION

-       These functions are an extension to the curses library.  They permit an
+       These functions are an extension to the curses library.  They permit an
        application   to   dynamically   allocate   a   color  pair  using  the
        foreground/background colors rather than  assign  a  fixed  color  pair
        number, and return an unused pair to the pool.
@@ -75,7 +75,7 @@
            it.  That is, the foreground and background colors are applied as a
            pair.
 
-       o   Color pairs are the  curses  library's  way  of  managing  a  color
+       o   Color pairs are the  curses  library's  way  of  managing  a  color
            palette  on  a terminal.  If the library does not keep track of the
            combinations of colors which are displayed, it will be inefficient.
 
@@ -122,7 +122,7 @@
        All of the color pairs are allocated from a  table  of  possible  color
        pairs.   The  size  of  the  table  is determined by the terminfo pairs
        capability.  The table is shared with  init_pair;  in  fact  alloc_pair
-       calls  init_pair after updating the ncurses library's fast index to the
+       calls  init_pair after updating the ncurses library's fast index to the
        colors versus color pairs.
 
 
@@ -151,21 +151,21 @@
 
 
 

PORTABILITY

-       These routines are specific to ncurses.  They  were  not  supported  on
+       These routines are specific to ncurses.  They  were  not  supported  on
        Version 7, BSD or System V implementations.  It is recommended that any
-       code depending on them be conditioned using NCURSES_VERSION.
+       code depending on them be conditioned using NCURSES_VERSION.
 
 
 

SEE ALSO

-       curs_color(3x).
+       curs_color(3x)
 
 
 

AUTHOR

-       Thomas Dickey.
+       Thomas Dickey
 
 
 
-ncurses 6.4                       2023-09-16                      new_pair(3x)
+ncurses 6.4                       2023-09-23                      new_pair(3x)