summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-25 21:33:39 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-25 21:33:39 +0000
commit1e5a94fdb5e9fd50ed0d5c5b0a404fa8dc661060 (patch)
tree5de884941e3781e163794c543f77a8e598f081d8 /tmux.h
parent75e13c89776b103172ed5813f2198a2b75e3503f (diff)
Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index e9b08e90..54ed91a0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -455,6 +455,8 @@ enum mode_key_cmd {
MODEKEYCOPY_GOTOLINE,
MODEKEYCOPY_HALFPAGEDOWN,
MODEKEYCOPY_HALFPAGEUP,
+ MODEKEYCOPY_HISTORYBOTTOM,
+ MODEKEYCOPY_HISTORYTOP,
MODEKEYCOPY_LEFT,
MODEKEYCOPY_MIDDLELINE,
MODEKEYCOPY_NEXTPAGE,