diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-02-02 23:55:21 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-02-02 23:55:21 +0000 |
commit | c4724c7861a230e8158522a90bbed101a0ea142f (patch) | |
tree | d05553e77cbf6e11aff55d077d05b9c9bce80364 /tmux.h | |
parent | 998d76c6b466a6e9426a183693634a08e9796ff8 (diff) | |
download | rtmux-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.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. */ |