summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38276d2)
raw | patch | inline | side by side (parent: 38276d2)
author | Jeffrey Middleton <jefromi@gmail.com> | |
Fri, 3 Apr 2009 12:25:48 +0000 (07:25 -0500) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 6 Apr 2009 09:00:21 +0000 (11:00 +0200) |
Help text was already present but command hadn't been added to screen_help.c.
src/screen_help.c | patch | blob | history |
diff --git a/src/screen_help.c b/src/screen_help.c
index aaa4ff8c740e78c90855ce6bca71781a3aeeef9f..02196747f36a3d0361a24929cc06c4e701f26de6 100644 (file)
--- a/src/screen_help.c
+++ b/src/screen_help.c
{ 0, CMD_LIST_SCROLL_UP_HALF, NULL},
{ 0, CMD_LIST_SCROLL_DOWN_HALF, NULL},
{ 0, CMD_NONE, NULL },
+
{ 0, CMD_SCREEN_PREVIOUS,NULL },
{ 0, CMD_SCREEN_NEXT, NULL },
+ { 0, CMD_SCREEN_SWAP, NULL },
{ 0, CMD_SCREEN_HELP, NULL },
{ 0, CMD_SCREEN_PLAY, NULL },
{ 0, CMD_SCREEN_FILE, NULL },