summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-15 08:30:26 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-15 08:30:26 +0000
commita8f2b96f72eb9b02be9f7ffda35e68bf6ce966e0 (patch)
tree199760af82a331d0cec955ed30974c31aa96d260 /functions.h
parentacbb122c96f8b9412abff097dc154d08f6030907 (diff)
Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 7384930c..4087f9cc 100644
--- a/functions.h
+++ b/functions.h
@@ -161,7 +161,7 @@ struct binding_t OpPager[] = {
{ "flag-message", OP_FLAG_MESSAGE, "F" },
{ "group-reply", OP_GROUP_REPLY, "g" },
{ "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
- { "exit", OP_PAGER_EXIT, "i" },
+ { "exit", OP_EXIT, "i" },
{ "next-undeleted", OP_MAIN_NEXT_UNDELETED, "j" },
{ "next-entry", OP_NEXT_ENTRY, "J" },
{ "previous-undeleted",OP_MAIN_PREV_UNDELETED, "k" },