Sync OpenBSD patchset 629:

Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.
This commit is contained in:
Tiago Cunha
2010-02-02 23:55:21 +00:00
parent 998d76c6b4
commit c4724c7861
4 changed files with 47 additions and 8 deletions

4
tmux.h
View File

@ -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. */