aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-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;