aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-02-18 12:35:16 +0000
committerTiago Cunha <tcunha@gmx.com>2010-02-18 12:35:16 +0000
commit66c38d8c5dbbfaff43ee6da666c4ee0de115bf07 (patch)
treed618486b6adf23082037ab68b4830372fbe4baa5 /tmux.h
parent736764b5607e94823f3f8c5e05f582cab15b598c (diff)
downloadrtmux-66c38d8c5dbbfaff43ee6da666c4ee0de115bf07.tar.gz
rtmux-66c38d8c5dbbfaff43ee6da666c4ee0de115bf07.tar.bz2
rtmux-66c38d8c5dbbfaff43ee6da666c4ee0de115bf07.zip
Sync OpenBSD patchset 644:
Add "N" key to search the opposite way from the last search (reverse of "n"), from Micah Cowan.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f41e4768..2c8a4d63 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.544 2010-02-08 18:29:32 tcunha Exp $ */
+/* $Id: tmux.h,v 1.545 2010-02-18 12:35:16 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -474,6 +474,7 @@ enum mode_key_cmd {
MODEKEYCOPY_SCROLLUP,
MODEKEYCOPY_SEARCHAGAIN,
MODEKEYCOPY_SEARCHDOWN,
+ MODEKEYCOPY_SEARCHREVERSE,
MODEKEYCOPY_SEARCHUP,
MODEKEYCOPY_STARTOFLINE,
MODEKEYCOPY_STARTSELECTION,