clarify another comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3255 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
47cfd197b8
commit
cb475886b1
|
@ -3,7 +3,7 @@
|
||||||
* color.c *
|
* color.c *
|
||||||
* *
|
* *
|
||||||
* Copyright (C) 2001-2004 Chris Allegretta *
|
* 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 *
|
* 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 *
|
* it under the terms of the GNU General Public License as published by *
|
||||||
* the Free Software Foundation; either version 2, or (at your option) *
|
* the Free Software Foundation; either version 2, or (at your option) *
|
||||||
|
@ -72,7 +72,7 @@ void color_init(void)
|
||||||
start_color();
|
start_color();
|
||||||
|
|
||||||
#ifdef HAVE_USE_DEFAULT_COLORS
|
#ifdef HAVE_USE_DEFAULT_COLORS
|
||||||
/* Add in colors, if available. */
|
/* Use the default colors, if available. */
|
||||||
defok = (use_default_colors() != ERR);
|
defok = (use_default_colors() != ERR);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue