Code

colors: make color support optional at compile time
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:25:00 +0000 (14:25 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:25:00 +0000 (14:25 +0200)
commit88af2c3ace0fa42dbb816cc9fe8c4b54ce89233a
treef637ddd9f06c52890ffffe4910d410d4dd36d520
parent3e70743f5061573a2d9fff2fe4b232f38653d12b
colors: make color support optional at compile time

Default is colors disabled.  Those who love colorful terminals have
the option to enable it with --enable-colors.
configure.ac
src/colors.c
src/colors.h
src/conf.c
src/ncu.c
src/options.c
src/options.h
src/screen.c