Code

screen_queue: hide the MPD password in the screen title
[ncmpc.git] / src / options.h
index c1a833d01066c3157e5badfd5421ac84f87d1213..de7c24ca41b1107a263e3c16368cdce7dbc55fc5 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;
@@ -51,6 +52,9 @@ typedef struct {
        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;
@@ -77,7 +81,6 @@ typedef struct {
        bool scroll;
        bool visible_bitrate;
        bool welcome_screen_list;
-       bool display_time;
        bool jump_prefix_only;
        bool second_column;
 #endif