From: Kalle Wallin Date: Tue, 14 Jun 2005 17:44:04 +0000 (+0000) Subject: Added previous screen info X-Git-Tag: v0.12_alpha1~417 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e596ad493f4f2f42d3e0009ae58f46c0480dabcb;p=ncmpc.git Added previous screen info git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3355 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/src/screen_help.c b/src/screen_help.c index 8c5e512..d56e744 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -49,6 +49,7 @@ static help_text_row_t help_text[] = { 0, CMD_LIST_FIRST, NULL }, { 0, CMD_LIST_LAST, NULL }, { 0, CMD_NONE, NULL }, + { 0, CMD_SCREEN_PREVIOUS,NULL }, { 0, CMD_SCREEN_NEXT, NULL }, { 0, CMD_SCREEN_HELP, NULL }, { 0, CMD_SCREEN_PLAY, NULL },