diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-03-08 15:02:07 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-03-08 15:02:07 +0000 |
commit | b34c8f5f39963d40caf3355faa508b304283d666 (patch) | |
tree | 553afe576c58061deabfc16d783c63599f2f96c1 /tmux.h | |
parent | 70f5384d8f75defe6983549f8a402045cbec9022 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |