diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-02-18 12:35:16 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-02-18 12:35:16 +0000 |
commit | 66c38d8c5dbbfaff43ee6da666c4ee0de115bf07 (patch) | |
tree | d618486b6adf23082037ab68b4830372fbe4baa5 /tmux.h | |
parent | 736764b5607e94823f3f8c5e05f582cab15b598c (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |