X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Flib_color.c;h=fa257b0a79fa4da0dc5cb1eb921c01348e1d2486;hp=f81a1914a6067b8afb15f315eb300fa748593b77;hb=5242fccf157e715ed878455a3efea6c82b840eb5;hpb=f70db18a0c3c6a828d8a5999be37239f01c9d98a diff --git a/ncurses/base/lib_color.c b/ncurses/base/lib_color.c index f81a1914..fa257b0a 100644 --- a/ncurses/base/lib_color.c +++ b/ncurses/base/lib_color.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -42,7 +42,7 @@ #include #include -MODULE_ID("$Id: lib_color.c,v 1.82 2006/12/31 00:22:19 tom Exp $") +MODULE_ID("$Id: lib_color.c,v 1.83 2007/02/03 23:10:06 tom Exp $") /* * These should be screen structure members. They need to be globals for @@ -494,7 +494,7 @@ pair_content(short pair, short *f, short *b) if (b) *b = bg; - T(("...pair_content(%d,%d,%d)", pair, fg, bg)); + TR(TRACE_ATTRS, ("...pair_content(%d,%d,%d)", pair, fg, bg)); result = OK; } returnCode(result);