summaryrefslogtreecommitdiffstats
path: root/mode-key.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-11-19 10:51:25 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-11-19 10:51:25 +0000
commit0679eb6a6d6bab129264784009e70333b34ca6a8 (patch)
tree6aadc59770229f9dedfe578c4a5f095198fc6e0d /mode-key.c
parent9a7e5bd1d30ab60ef6cebfedfbdb37c6a05e9bcb (diff)
Add halfpage commands to mode command string table (missed by accident),
from Thomas Adam.
Diffstat (limited to 'mode-key.c')
-rw-r--r--mode-key.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mode-key.c b/mode-key.c
index eae405ee..821f1ef4 100644
--- a/mode-key.c
+++ b/mode-key.c
@@ -105,6 +105,8 @@ const struct mode_key_cmdstr mode_key_cmdstr_copy[] = {
{ MODEKEYCOPY_DOWN, "cursor-down" },
{ MODEKEYCOPY_ENDOFLINE, "end-of-line" },
{ MODEKEYCOPY_GOTOLINE, "goto-line" },
+ { MODEKEYCOPY_HALFPAGEDOWN, "halfpage-down" },
+ { MODEKEYCOPY_HALFPAGEUP, "halfpage-up" },
{ MODEKEYCOPY_HISTORYBOTTOM, "history-bottom" },
{ MODEKEYCOPY_HISTORYTOP, "history-top" },
{ MODEKEYCOPY_JUMP, "jump-forward" },