aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-14 20:27:18 +0000
committerKalle Wallin <kaw@linux.se>2004-04-14 20:27:18 +0000
commit2d2600395b298dabd2e920c5be3d6b7fc99db54a (patch)
treebabb035fd2b36e3825841cacd88b117bc900316c /options.h
parent937207a84c32e2db4e6257beadc8a7e968c07f61 (diff)
downloadmpd-2d2600395b298dabd2e920c5be3d6b7fc99db54a.tar.gz
mpd-2d2600395b298dabd2e920c5be3d6b7fc99db54a.tar.xz
mpd-2d2600395b298dabd2e920c5be3d6b7fc99db54a.zip
Added optional support for a wide_cursor.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@760 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/options.h b/options.h
index d3bbc80dc..a06eda2ed 100644
--- a/options.h
+++ b/options.h
@@ -2,9 +2,6 @@
#define MPD_HOST_ENV "MPD_HOST"
#define MPD_PORT_ENV "MPD_PORT"
-#define NCMPCRC_ENV "NCMPCRC"
-
-
typedef struct
{
char *host;
@@ -24,6 +21,7 @@ typedef struct
int progress_color;
int status_color;
int alert_color;
+ int wide_cursor;
} options_t;