summaryrefslogtreecommitdiffstats
path: root/src/color.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-06 11:59:22 -0300
committermongo <andmarti@gmail.com>2017-04-06 11:59:22 -0300
commite9ada64136b15e15ef354280fb6643df40dea137 (patch)
tree4007da6543d138c63ab5445677375d529dba5da9 /src/color.c
parenta80288e0a2110b5b8c7362f8ee3b28a69d99d870 (diff)
Added colors to help
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c
index 6821423..138bd1b 100644
--- a/src/color.c
+++ b/src/color.c
@@ -365,7 +365,7 @@ int same_ucolor(struct ucolor * u, struct ucolor * v) {
}
int redefine_color(char * color, int r, int g, int b) {
- #if defined(CURSES) && defined(USECOLORS)
+ #if defined(NCURSES) && defined(USECOLORS)
extern void winchg();
if (
! atoi(get_conf_value("nocurses"))