diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-11-19 10:51:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-11-19 10:51:25 +0000 |
commit | 0679eb6a6d6bab129264784009e70333b34ca6a8 (patch) | |
tree | 6aadc59770229f9dedfe578c4a5f095198fc6e0d | |
parent | 9a7e5bd1d30ab60ef6cebfedfbdb37c6a05e9bcb (diff) | |
download | rtmux-0679eb6a6d6bab129264784009e70333b34ca6a8.tar.gz rtmux-0679eb6a6d6bab129264784009e70333b34ca6a8.tar.bz2 rtmux-0679eb6a6d6bab129264784009e70333b34ca6a8.zip |
Add halfpage commands to mode command string table (missed by accident),
from Thomas Adam.
-rw-r--r-- | mode-key.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" }, |