X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fnew_pair.3x.html;fp=doc%2Fhtml%2Fman%2Fnew_pair.3x.html;h=bc11784acc1d0b8c221d69f22ab647c94c858e11;hp=ffe64cac465f4debd73580792de165fb3695596a;hb=06078d3fa68db669ed37178c01873546b4b28745;hpb=d6760d8e6915f0e9598feb87fc6e15ea76a27b32 diff --git a/doc/html/man/new_pair.3x.html b/doc/html/man/new_pair.3x.html index ffe64cac..bc11784a 100644 --- a/doc/html/man/new_pair.3x.html +++ b/doc/html/man/new_pair.3x.html @@ -27,7 +27,7 @@ * 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 @ --> @@ -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.