From: Kalle Wallin Date: Wed, 24 Mar 2004 11:40:34 +0000 (+0000) Subject: Added help for FIND and FIND_NEXT commands X-Git-Tag: v0.12_alpha1~665 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a375c57f2adf38de4b4fa96bb1dce978616b09e6;p=ncmpc.git Added help for FIND and FIND_NEXT commands git-svn-id: https://svn.musicpd.org/ncmpc/trunk@450 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/screen_help.c b/screen_help.c index 3f10f92..3d01363 100644 --- a/screen_help.c +++ b/screen_help.c @@ -33,8 +33,11 @@ static help_text_row_t help_text[] = { 0, CMD_VOLUME_DOWN, "Volume down" }, { 0, CMD_VOLUME_UP, "Volume up" }, { 0, CMD_NONE, " " }, - { 0, CMD_LIST_NEXT, "Move cursor up" }, - { 0, CMD_LIST_PREVIOUS, "Move cursor down" }, + { 0, CMD_LIST_NEXT, "Move cursor up" }, + { 0, CMD_LIST_PREVIOUS, "Move cursor down" }, + { 0, CMD_LIST_FIND, "Find" }, + { 0, CMD_LIST_FIND_NEXT, "Find again" }, + { 0, CMD_NONE, " " }, { 0, CMD_SCREEN_NEXT, "Change screen" }, { 0, CMD_SCREEN_HELP, "Help screen" }, { 0, CMD_SCREEN_PLAY, "Playlist screen" },