Sync OpenBSD patchset 617:

Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
This commit is contained in:
Tiago Cunha
2010-01-28 22:41:45 +00:00
parent 0b05e6d8cb
commit c153a43299
4 changed files with 32 additions and 8 deletions

4
tmux.h
View File

@@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.536 2010-01-08 16:31:35 tcunha Exp $ */
/* $Id: tmux.h,v 1.537 2010-01-28 22:41:45 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -454,6 +454,8 @@ enum mode_key_cmd {
MODEKEYCOPY_GOTOLINE,
MODEKEYCOPY_HALFPAGEDOWN,
MODEKEYCOPY_HALFPAGEUP,
MODEKEYCOPY_HISTORYBOTTOM,
MODEKEYCOPY_HISTORYTOP,
MODEKEYCOPY_LEFT,
MODEKEYCOPY_MIDDLELINE,
MODEKEYCOPY_NEXTPAGE,