Code

screen_lyrics: optionally ask before starting an editor
[ncmpc.git] / src / options.h
index fc9f7a1e1c99682f4f7099568b3fe94dc2d2f883..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;
@@ -49,6 +50,7 @@ typedef struct {
        bool lyrics_autosave;
        bool lyrics_show_plugin;
        char *text_editor;
+       bool text_editor_ask;
 #endif
        bool find_wrap;
        bool find_show_last_pattern;