aboutsummaryrefslogtreecommitdiffstats
path: root/src/colors.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include ncursesw/ncurses.h if availableMax Kellermann2008-10-061-0/+4
| | | | | When compiling with libncursesw, include <ncursesw/ncurses.h> instead of <ncurses.h> (if available).
* colors: make color support optional at compile timeMax Kellermann2008-10-031-0/+5
| | | | | Default is colors disabled. Those who love colorful terminals have the option to enable it with --enable-colors.
* colors: color id is the index of the "colors" arrayMax Kellermann2008-10-031-0/+1
| | | | | The color ids are sequential, and we can save some bytes if we use it for the array index.
* colors: added enum color_tMax Kellermann2008-10-031-12/+14
| | | | | Instead of declaring a bunch of CPP macros, use a C enum for identifying colors.
* code style, indent with tabs XIMax Kellermann2008-10-031-15/+11
| | | | Follow the same code style als MPD itself.
* include cleanupMax Kellermann2008-09-151-0/+2
| | | | | | A header should include all headers which he needs. Move local includes on top, and let foo.c include foo.h in the first line, to automatically test its dependencies.
* const pointersMax Kellermann2008-09-151-3/+3
| | | | | Convert pointers to const whenever it is possible. Fixes all those -Wconst warnings.
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+27
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f