aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-03-08 15:02:07 +0000
committerTiago Cunha <tcunha@gmx.com>2010-03-08 15:02:07 +0000
commitb34c8f5f39963d40caf3355faa508b304283d666 (patch)
tree553afe576c58061deabfc16d783c63599f2f96c1 /tmux.h
parent70f5384d8f75defe6983549f8a402045cbec9022 (diff)
downloadrtmux-b34c8f5f39963d40caf3355faa508b304283d666.tar.gz
rtmux-b34c8f5f39963d40caf3355faa508b304283d666.tar.bz2
rtmux-b34c8f5f39963d40caf3355faa508b304283d666.zip
Sync OpenBSD patchset 658:
Permit keys in copy mode to be prefixed by a repeat count, entered with [1-9] in vi mode, or M-[1-9] in emacs mode. From Micah Cowan, tweaked a little by me.
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 66c95aae..a81c0b44 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.546 2010-02-26 13:26:44 tcunha Exp $ */
+/* $Id: tmux.h,v 1.547 2010-03-08 15:02:07 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -476,6 +476,7 @@ enum mode_key_cmd {
MODEKEYCOPY_SEARCHDOWN,
MODEKEYCOPY_SEARCHREVERSE,
MODEKEYCOPY_SEARCHUP,
+ MODEKEYCOPY_STARTNUMBERPREFIX,
MODEKEYCOPY_STARTOFLINE,
MODEKEYCOPY_STARTSELECTION,
MODEKEYCOPY_TOPLINE,