diff options
author | Kalle Wallin <kaw@linux.se> | 2004-05-07 07:52:19 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-05-07 07:52:19 +0000 |
commit | 677eb1ad30321d83f6196672ea1798c0e1712870 (patch) | |
tree | e59bd568fd197b46da0779b1c43642c6bf6ae0e6 /options.h | |
parent | ab032e2b5a5499f783c034eeb64a1dd3f3387a1c (diff) | |
download | mpd-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-- | options.h | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -7,21 +7,15 @@ typedef struct char *host; char *username; char *password; + char *config_file; + char *key_file; int port; int reconnect; int debug; int find_wrap; int auto_center; - + int wide_cursor; int enable_colors; - int bg_color; - int title_color; - int line_color; - int list_color; - int progress_color; - int status_color; - int alert_color; - int wide_cursor; } options_t; |