diff options
Diffstat (limited to 'src/screen_help.c')
-rw-r--r-- | src/screen_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 8c5e512ca..d56e744c8 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 }, |