aboutsummaryrefslogtreecommitdiffstats
path: root/screen.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-05-07 07:52:19 +0000
committerKalle Wallin <kaw@linux.se>2004-05-07 07:52:19 +0000
commit677eb1ad30321d83f6196672ea1798c0e1712870 (patch)
treee59bd568fd197b46da0779b1c43642c6bf6ae0e6 /screen.h
parentab032e2b5a5499f783c034eeb64a1dd3f3387a1c (diff)
downloadmpd-677eb1ad30321d83f6196672ea1798c0e1712870.tar.gz
mpd-677eb1ad30321d83f6196672ea1798c0e1712870.tar.xz
mpd-677eb1ad30321d83f6196672ea1798c0e1712870.zip
Redesigned ncmpc's color support
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@937 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--screen.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/screen.h b/screen.h
index a95269337..a7e6b7250 100644
--- a/screen.h
+++ b/screen.h
@@ -10,14 +10,6 @@
#define TOP_HEADER_HELP TOP_HEADER_PREFIX "Help "
#define TOP_HEADER_SEARCH TOP_HEADER_PREFIX "Search "
-/* colors */
-#define TITLE_COLORS COLOR_PAIR(1)
-#define LINE_COLORS COLOR_PAIR(2)
-#define LIST_COLORS COLOR_PAIR(3)
-#define PROGRESS_COLORS COLOR_PAIR(4)
-#define STATUS_COLORS COLOR_PAIR(5)
-#define ALERT_COLORS COLOR_PAIR(6)
-
/* minumum window size */
#define SCREEN_MIN_COLS 14
#define SCREEN_MIN_ROWS 5