From e3c905a56bcc1fed3848485201a4a434aa9fc162 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Mon, 15 Nov 2004 11:23:11 +0000 Subject: Added a search screen git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2668 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/options.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 4f1100f9d..a5289105b 100644 --- a/src/options.c +++ b/src/options.c @@ -160,6 +160,12 @@ handle_option(int c, char *arg) #ifdef ENABLE_NLS printf(" nls"); #endif +#ifdef HAVE_GETMOUSE + printf(" getmouse"); +#endif +#ifdef ENABLE_SEARCH_SCREEN + printf(" search-screen"); +#endif #ifdef ENABLE_KEYDEF_SCREEN printf(" key-screen"); #endif -- cgit v1.2.3