aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-30 20:49:35 +0100
committerMax Kellermann <max@duempel.org>2008-11-30 20:49:35 +0100
commit48e9026b884b6390dd2a01790d6f3fab480de01a (patch)
treede7eb98d91d24fcad142ddbccb82be7b4c450b29 /src
parent649e770b6e9a93c09f85318e7c8a87b12fd245ba (diff)
downloadmpd-48e9026b884b6390dd2a01790d6f3fab480de01a.tar.gz
mpd-48e9026b884b6390dd2a01790d6f3fab480de01a.tar.xz
mpd-48e9026b884b6390dd2a01790d6f3fab480de01a.zip
screen_help: added CMD_VIEW
Diffstat (limited to 'src')
-rw-r--r--src/screen_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_help.c b/src/screen_help.c
index c8a3d84eb..1fc5136d7 100644
--- a/src/screen_help.c
+++ b/src/screen_help.c
@@ -81,6 +81,7 @@ static help_text_row_t help_text[] = {
{ 0, CMD_LIST_RFIND_NEXT, NULL },
{ 0, CMD_TOGGLE_FIND_WRAP, NULL },
{ 0, CMD_LOCATE, NULL },
+ { 0, CMD_VIEW, NULL },
{ 0, CMD_NONE, NULL },
{ 0, CMD_QUIT, NULL },