X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fnew_pair.3x.html;h=515f982d7141e7788554690db16334597c83e99a;hb=HEAD;hp=b2c0d2095152a1055309e23fa6b804bca3612d2f;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/doc/html/man/new_pair.3x.html b/doc/html/man/new_pair.3x.html index b2c0d209..3cc73d6f 100644 --- a/doc/html/man/new_pair.3x.html +++ b/doc/html/man/new_pair.3x.html @@ -1,6 +1,6 @@ -new_pair 3x 2023-09-16 ncurses 6.4 Library calls +new_pair 3x 2024-03-16 ncurses 6.5 Library calls -

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

+

new_pair 3x 2024-03-16 ncurses 6.5 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).
+

AUTHORS

+       Thomas Dickey
 
 
-

AUTHOR

-       Thomas Dickey.
+

SEE ALSO

+       curs_color(3x)
 
 
 
-ncurses 6.4                       2023-09-16                      new_pair(3x)
+ncurses 6.5                       2024-03-16                      new_pair(3x)