From: Kalle Wallin Date: Tue, 14 Jun 2005 17:45:03 +0000 (+0000) Subject: Added artist screen info X-Git-Tag: v0.12_alpha1~416 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1304e410279ad52fe295ad61c9af78a82d56cc88;p=ncmpc.git Added artist screen info git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3356 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/src/options.c b/src/options.c index 4e7ce02..e1ed99e 100644 --- a/src/options.c +++ b/src/options.c @@ -163,6 +163,9 @@ handle_option(int c, char *arg) #ifdef HAVE_GETMOUSE printf(" getmouse"); #endif +#ifdef ENABLE_ARTIST_SCREEN + printf(" artist-screen"); +#endif #ifdef ENABLE_SEARCH_SCREEN printf(" search-screen"); #endif