X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Foptions.h;h=aa31a9fa76a6e03695f6407c69a109e4f348b294;hb=e004c7617c0193660d837970eaecdf7c01f40c24;hp=920605f5ededac606f42cda6077e122fbcd00a29;hpb=6c29c9b2dc0aab7c7273b093609edcc175510df7;p=ncmpc.git diff --git a/src/options.h b/src/options.h index 920605f..aa31a9f 100644 --- a/src/options.h +++ b/src/options.h @@ -1,21 +1,21 @@ /* 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 * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - + * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ + */ #ifndef OPTIONS_H #define OPTIONS_H @@ -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; @@ -40,6 +41,7 @@ typedef struct { char **screen_list; bool display_remaining_time; int port; + int timeout_ms; int crossfade_time; int search_mode; int hide_cursor; @@ -47,6 +49,12 @@ typedef struct { #ifdef ENABLE_LYRICS_SCREEN int lyrics_timeout; bool lyrics_autosave; + 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;