Code

charset: moved code to unicode_char_width()
[ncmpc.git] / src / options.h
index 1cc2eb7f4f683abf9d9993fd0e6f40bfd4e385cf..8a0a9d353d0b4a56ba3170d9603907c6e72fff19 100644 (file)
@@ -25,9 +25,6 @@
 #include <stdbool.h>
 #include <glib.h>
 
-#define MPD_HOST_ENV "MPD_HOST"
-#define MPD_PORT_ENV "MPD_PORT"
-
 typedef struct {
        char *host;
        char *username;
@@ -41,7 +38,7 @@ typedef struct {
        char *scroll_sep;
 #endif
        char **screen_list;
-       char *timedisplay_type;
+       bool display_remaining_time;
        int port;
        int crossfade_time;
        int search_mode;
@@ -49,6 +46,7 @@ typedef struct {
        int seek_time;
 #ifdef ENABLE_LYRICS_SCREEN
        int lyrics_timeout;
+       bool lyrics_autosave;
 #endif
        bool find_wrap;
        bool find_show_last_pattern;