Code

colors: Clean up color handling code using curses.h
authorAndy Spencer <andy753421@gmail.com>
Tue, 24 Nov 2009 18:04:38 +0000 (18:04 +0000)
committerMax Kellermann <max@duempel.org>
Tue, 24 Nov 2009 19:25:26 +0000 (20:25 +0100)
commit3e66cb60df426faadef82b1c6a030c56c32f7e04
tree70e2fbfb0948b3f3753001bbef3d89e9dc5ec111
parent9b174ec4b7f3ecfa0cf43919ea199df09af971da
colors: Clean up color handling code using curses.h

Using attr_t lets us remove some unnecessary code, such as
COLOR_BRIGHT_MASK which is now just A_BOLD. We can also add in other
style properties, such as underline, easier as well.

Also moved the background color to the color table, there's no reason to
special case it.
src/colors.c
src/colors.h