Code

Added list-format and status-format conf options
[ncmpc.git] / src / options.h
index 2a6681e2a3ac9f437e71caed7f842285845ac0ee..4ca1a4561bbb37b06575bc38f63bf6b9df4ba492 100644 (file)
@@ -9,6 +9,8 @@ typedef struct
   char *password;
   char *config_file;
   char *key_file;
+  char *list_format;
+  char *status_format;
   int   port;
   int   reconnect;
   int   debug;
@@ -16,6 +18,7 @@ typedef struct
   int   auto_center;
   int   wide_cursor;  
   int   enable_colors;
+  int   enable_beep;
 
 } options_t;