summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-15 08:58:02 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-15 08:58:02 +0000
commit72a42c5dec34cc1a4e990052a652835e4ce5d0c2 (patch)
treeb07d7e6188fbdee2644ead1ff89b07efb3c8f784 /functions.h
parent17b4f19539dc44de2e14ab14a77eecef9b08a2c4 (diff)
Fix the <exit> function on the pager.
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 7988d50f..ec3166cb 100644
--- a/functions.h
+++ b/functions.h
@@ -176,6 +176,7 @@ struct binding_t OpPager[] = {
{ "previous-thread", OP_MAIN_PREV_THREAD, "\020" },
{ "previous-subthread",OP_MAIN_PREV_SUBTHREAD, "\033p" },
{ "quit", OP_QUIT, "Q" },
+ { "exit", OP_EXIT, "q" },
{ "reply", OP_REPLY, "r" },
{ "recall-message", OP_RECALL_MESSAGE, "R" },
{ "read-thread", OP_MAIN_READ_THREAD, "\022" },