aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-01-28 22:45:57 +0000
committerTiago Cunha <tcunha@gmx.com>2010-01-28 22:45:57 +0000
commit735cfaf09af70df60b90f0b3d64b7d4eb6e34612 (patch)
tree2eeb4a0f29413fb53e1d9fd661fc6ab8ca6f5091 /tmux.h
parent0e320881d50efea3e4036c4a769cf2224dcc315e (diff)
downloadrtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.tar.gz
rtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.tar.bz2
rtmux-735cfaf09af70df60b90f0b3d64b7d4eb6e34612.zip
Sync OpenBSD patchset 621:
Alter next-word to have vi-like movement behaviour, and add next-word-end with the existing emacs behaviour. 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 a537a086..20220158 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.537 2010-01-28 22:41:45 tcunha Exp $ */
+/* $Id: tmux.h,v 1.538 2010-01-28 22:45:57 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -460,6 +460,7 @@ enum mode_key_cmd {
MODEKEYCOPY_MIDDLELINE,
MODEKEYCOPY_NEXTPAGE,
MODEKEYCOPY_NEXTWORD,
+ MODEKEYCOPY_NEXTWORDEND,
MODEKEYCOPY_PREVIOUSPAGE,
MODEKEYCOPY_PREVIOUSWORD,
MODEKEYCOPY_RIGHT,