X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fnew_pair.3x.html;h=dec3de15c7b1c9def026a7d2cf5efc3783020f33;hp=ffe64cac465f4debd73580792de165fb3695596a;hb=a90dd7b66fa711acd24d8181ea20e4f57d4b36cd;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/new_pair.3x.html b/doc/html/man/new_pair.3x.html index ffe64cac..dec3de15 100644 --- a/doc/html/man/new_pair.3x.html +++ b/doc/html/man/new_pair.3x.html @@ -1,6 +1,7 @@ - + new_pair 3x - + @@ -81,12 +82,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 +156,7 @@

SEE ALSO

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

AUTHOR