X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fnew_pair.3x.html;h=4f7a2ecd7a5f0a1a0b6e366556113a89342ef2e8;hb=74137fec04e130a88ef25618cf730af988a4f51a;hp=ffe64cac465f4debd73580792de165fb3695596a;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/new_pair.3x.html b/doc/html/man/new_pair.3x.html index ffe64cac..4f7a2ecd 100644 --- a/doc/html/man/new_pair.3x.html +++ b/doc/html/man/new_pair.3x.html @@ -1,6 +1,6 @@ - + new_pair 3x @@ -81,12 +81,12 @@ tions, it is convenient to use the maximum number of combinations as the limit on color pairs: - COLORS * COLORS + COLORS * COLORS o Terminals which support default colors distinct from "ANSI colors" add to the possible combinations, producing this total: - ( COLORS + 1 ) * ( COLORS + 1 ) + ( COLORS + 1 ) * ( COLORS + 1 ) o An application might use up to a few dozen color pairs to implement a predefined color scheme. @@ -155,7 +155,7 @@

SEE ALSO

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

AUTHOR