Code

included patch from Jonathan Fors
[ncmpc.git] / src / options.h
index c3395bbc4e7da2633ff5467102a42f7bbd17bbc9..df6ac6146fad48cee8ef08e1ae8bbb2080242af2 100644 (file)
@@ -12,13 +12,17 @@ typedef struct
   char *list_format;
   char *status_format;
   char *xterm_title_format;
+  char **screen_list;
+  char *timedisplay_type;
   int   port;
   int   crossfade_time;
   int   search_mode;
   int   hide_cursor;
+  int   seek_time;
   gboolean reconnect;
   gboolean debug;
   gboolean find_wrap;
+  gboolean find_show_last_pattern;
   gboolean list_wrap;
   gboolean auto_center;
   gboolean wide_cursor;