Code

main: no delay for initial collect
[ncmpc.git] / src / options.h
index a8ad1ffdd76712036f19af881c404f7f5934c005..aa31a9fa76a6e03695f6407c69a109e4f348b294 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -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;
@@ -48,6 +50,11 @@ typedef struct {
        int lyrics_timeout;
        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;