diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-03-31 21:39:32 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-03-31 21:39:32 +0000 |
commit | 7b9952db856107818b01adc32252b76e8122a2f7 (patch) | |
tree | 694d9e7bab959e9fa28503e4c008aa2f0478abb8 /usr.bin/tmux/tmux.h | |
parent | 1820c0bf92d35e84f577fa470a19b89bd2efc18a (diff) |
Add setb -a to append and a copy mode append command, from J Raynor with
minor changes.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 636deceac1a..c6e206ad2d5 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.440 2014/03/31 21:37:55 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.441 2014/03/31 21:39:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -540,6 +540,7 @@ enum mode_key_cmd { MODEKEYCHOICE_UP, /* Copy keys. */ + MODEKEYCOPY_APPENDSELECTION, MODEKEYCOPY_BACKTOINDENTATION, MODEKEYCOPY_BOTTOMLINE, MODEKEYCOPY_CANCEL, |