Code

Makefile.am: disable dist-bzip2
[ncmpc.git] / src / options.h
index fc9f7a1e1c99682f4f7099568b3fe94dc2d2f883..8b42b6d42f9eee306c97b848c207dead4bb7fd74 100644 (file)
@@ -32,6 +32,7 @@ typedef struct {
        char *config_file;
        char *key_file;
        char *list_format;
+       char *search_format;
        char *status_format;
 #ifndef NCMPC_MINI
        char *xterm_title_format;
@@ -40,6 +41,7 @@ typedef struct {
        char **screen_list;
        bool display_remaining_time;
        int port;
+       int timeout_ms;
        int crossfade_time;
        int search_mode;
        int hide_cursor;
@@ -49,6 +51,10 @@ typedef struct {
        bool lyrics_autosave;
        bool lyrics_show_plugin;
        char *text_editor;
+       bool text_editor_ask;
+#endif
+#ifdef ENABLE_CHAT_SCREEN
+       char *chat_prefix;
 #endif
        bool find_wrap;
        bool find_show_last_pattern;