aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-02-01 22:15:51 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-02-01 22:15:51 +0000
commit06ce9da32ad2331791d63a18846d6e0f51a73d5c (patch)
tree63c3bbe7dbf11b5637f48ae4a64247b1b71878f3 /tmux.h
parentc29bfd2ff30016faa970e903fcbb488a86335d88 (diff)
downloadrtmux-06ce9da32ad2331791d63a18846d6e0f51a73d5c.tar.gz
rtmux-06ce9da32ad2331791d63a18846d6e0f51a73d5c.tar.bz2
rtmux-06ce9da32ad2331791d63a18846d6e0f51a73d5c.zip
Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.
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 84784757..7bceb667 100644
--- a/tmux.h
+++ b/tmux.h
@@ -442,6 +442,8 @@ enum mode_key_cmd {
MODEKEYCHOICE_DOWN,
MODEKEYCHOICE_PAGEDOWN,
MODEKEYCHOICE_PAGEUP,
+ MODEKEYCHOICE_SCROLLDOWN,
+ MODEKEYCHOICE_SCROLLUP,
MODEKEYCHOICE_UP,
/* Copy keys. */