From: Max Kellermann Date: Sun, 30 Nov 2008 19:53:06 +0000 (+0100) Subject: screen_help: added the artist screen hotkey X-Git-Tag: release-0.12~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=0653ea2ff241d64a53012a5f42fbb2389f46de81;p=ncmpc.git screen_help: added the artist screen hotkey --- diff --git a/src/screen_help.c b/src/screen_help.c index 1fc5136..8804c95 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -48,6 +48,9 @@ static help_text_row_t help_text[] = { { 0, CMD_SCREEN_HELP, NULL }, { 0, CMD_SCREEN_PLAY, NULL }, { 0, CMD_SCREEN_FILE, NULL }, +#ifdef ENABLE_ARTIST_SCREEN + { 0, CMD_SCREEN_ARTIST, NULL }, +#endif #ifdef ENABLE_SEARCH_SCREEN { 0, CMD_SCREEN_SEARCH, NULL }, #endif