From a375c57f2adf38de4b4fa96bb1dce978616b09e6 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Wed, 24 Mar 2004 11:40:34 +0000 Subject: [PATCH] Added help for FIND and FIND_NEXT commands git-svn-id: https://svn.musicpd.org/ncmpc/trunk@450 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- screen_help.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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" }, -- 2.30.2