aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-06 14:10:10 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-06 14:10:10 +0000
commit32291172bf00770c2b5405cf43cac33ed4ec8410 (patch)
tree65eb1de63b91260d130681ff93d53c84fd89cd9f /tmux.h
parenteb7f8b6d33e99d7dde9a6b128552f4a9c96836d6 (diff)
downloadrtmux-32291172bf00770c2b5405cf43cac33ed4ec8410.tar.gz
rtmux-32291172bf00770c2b5405cf43cac33ed4ec8410.tar.bz2
rtmux-32291172bf00770c2b5405cf43cac33ed4ec8410.zip
Sync OpenBSD patchset 361:
Make C-Up and C-Down in copy mode scroll the screen up and down one line without moving the cursor, like Up and Down in scroll mode (which will shortly disappear).
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 cd69ba7d..043e4069 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.457 2009-10-06 14:00:50 tcunha Exp $ */
+/* $Id: tmux.h,v 1.458 2009-10-06 14:10:10 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -400,6 +400,8 @@ enum mode_key_cmd {
MODEKEYCOPY_PREVIOUSPAGE,
MODEKEYCOPY_PREVIOUSWORD,
MODEKEYCOPY_RIGHT,
+ MODEKEYCOPY_SCROLLDOWN,
+ MODEKEYCOPY_SCROLLUP,
MODEKEYCOPY_SEARCHAGAIN,
MODEKEYCOPY_SEARCHDOWN,
MODEKEYCOPY_SEARCHUP,