aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-02-02 23:55:21 +0000
committerTiago Cunha <tcunha@gmx.com>2010-02-02 23:55:21 +0000
commitc4724c7861a230e8158522a90bbed101a0ea142f (patch)
treed05553e77cbf6e11aff55d077d05b9c9bce80364 /tmux.h
parent998d76c6b466a6e9426a183693634a08e9796ff8 (diff)
downloadrtmux-c4724c7861a230e8158522a90bbed101a0ea142f.tar.gz
rtmux-c4724c7861a230e8158522a90bbed101a0ea142f.tar.bz2
rtmux-c4724c7861a230e8158522a90bbed101a0ea142f.zip
Sync OpenBSD patchset 629:
Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 20220158..94945fec 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.538 2010-01-28 22:45:57 tcunha Exp $ */
+/* $Id: tmux.h,v 1.539 2010-02-02 23:55:21 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -441,6 +441,8 @@ enum mode_key_cmd {
MODEKEYCHOICE_DOWN,
MODEKEYCHOICE_PAGEDOWN,
MODEKEYCHOICE_PAGEUP,
+ MODEKEYCHOICE_SCROLLDOWN,
+ MODEKEYCHOICE_SCROLLUP,
MODEKEYCHOICE_UP,
/* Copy keys. */