diff options
author | 2010-01-25 21:33:39 +0000 | |
---|---|---|
committer | 2010-01-25 21:33:39 +0000 | |
commit | 0287e6cbba2e6388c8aea984862b2065532ba9f5 (patch) | |
tree | fe697c0d475091d2fc22b3a10ceed96e8d11ed7b /usr.bin/tmux/tmux.h | |
parent | sync (diff) | |
download | wireguard-openbsd-0287e6cbba2e6388c8aea984862b2065532ba9f5.tar.xz wireguard-openbsd-0287e6cbba2e6388c8aea984862b2065532ba9f5.zip |
Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 3a4b409031c..ddf1dfd15ae 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.198 2010/01/07 20:52:18 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.199 2010/01/25 21:33:39 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -455,6 +455,8 @@ enum mode_key_cmd { MODEKEYCOPY_GOTOLINE, MODEKEYCOPY_HALFPAGEDOWN, MODEKEYCOPY_HALFPAGEUP, + MODEKEYCOPY_HISTORYBOTTOM, + MODEKEYCOPY_HISTORYTOP, MODEKEYCOPY_LEFT, MODEKEYCOPY_MIDDLELINE, MODEKEYCOPY_NEXTPAGE, |