X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fnew_pair.3x.html;h=0f93e659a7b03770ae3a1c559d799e90397eb986;hb=d66080c21038ad4feb2e41a0c4e517d5b4a03ab2;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..0f93e659 100644 --- a/doc/html/man/new_pair.3x.html +++ b/doc/html/man/new_pair.3x.html @@ -27,13 +27,13 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey - * @Id: new_pair.3x,v 1.9 2017/03/13 21:21:34 tom Exp @ + * @Id: new_pair.3x,v 1.10 2017/11/18 23:48:44 tom Exp @ --> - + 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.