From a8baf3be0cbdb33d48df4e704ca2f1cb0b77f93b Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Tue, 15 Jun 2004 13:10:54 +0000 Subject: Added list-format and status-format conf options git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1496 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/options.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 416727ad3..952f436d5 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,7 @@ /* - * (c) 2004 by Kalle Wallin (kaw@linux.se) + * $Id$ + * + * (c) 2004 by Kalle Wallin * * 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 @@ -25,6 +27,7 @@ #include #include "config.h" +#include "ncmpc.h" #include "options.h" #include "command.h" #include "support.h" @@ -170,9 +173,14 @@ options_init( void ) else options.port = DEFAULT_PORT; + options.list_format = NULL; + options.status_format = NULL; + options.reconnect = 1; options.find_wrap = 1; options.wide_cursor = 1; + options.enable_beep = 1; + return &options; } -- cgit v1.2.3