Code

screen_lyrics: optionally ask before starting an editor
[ncmpc.git] / src / options.h
index a8ad1ffdd76712036f19af881c404f7f5934c005..c1a833d01066c3157e5badfd5421ac84f87d1213 100644 (file)
@@ -40,6 +40,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 +49,8 @@ typedef struct {
        int lyrics_timeout;
        bool lyrics_autosave;
        bool lyrics_show_plugin;
+       char *text_editor;
+       bool text_editor_ask;
 #endif
        bool find_wrap;
        bool find_show_last_pattern;