* color.c *
* *
* Copyright (C) 2001-2004 Chris Allegretta *
- * Copyright (C) 2005 David Lawrence Ramsey *
+ * Copyright (C) 2005-2006 David Lawrence Ramsey *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2, or (at your option) *
start_color();
#ifdef HAVE_USE_DEFAULT_COLORS
- /* Add in colors, if available. */
+ /* Use the default colors, if available. */
defok = (use_default_colors() != ERR);
#endif