summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2008-11-22 17:29:11 +0100
committerRocco Rutte <pdmef@gmx.net>2008-11-22 17:29:11 +0100
commit23de62d45c7886b0433399b4b64b94db1bf7fd6e (patch)
tree7fe0fae8981c9520572d925193273c7b25e7e073 /functions.h
parenteb187e4f7180f852c956fe84e08658abeebe87ac (diff)
Make what-key function available in pager-based menus, too
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index fb52018f..b34c5667 100644
--- a/functions.h
+++ b/functions.h
@@ -264,6 +264,7 @@ struct binding_t OpPager[] = { /* map: pager */
{ "decrypt-copy", OP_DECRYPT_COPY, NULL },
{ "decrypt-save", OP_DECRYPT_SAVE, NULL },
+ { "what-key", OP_WHAT_KEY, NULL },
{ NULL, 0, NULL }
};