aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2014-03-31 21:39:31 +0000
committernicm <nicm>2014-03-31 21:39:31 +0000
commit0e4d1d8493564ce908b002d8e9dddc105184039e (patch)
treeb41da80a5b4df153f1873294dd598d1c62339867 /tmux.h
parentb11de5adc7a89a23af2a778d4de12ac697c902a0 (diff)
downloadrtmux-0e4d1d8493564ce908b002d8e9dddc105184039e.tar.gz
rtmux-0e4d1d8493564ce908b002d8e9dddc105184039e.tar.bz2
rtmux-0e4d1d8493564ce908b002d8e9dddc105184039e.zip
Add setb -a to append and a copy mode append command, from J Raynor with
minor changes.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index fe4a697b..b30f2080 100644
--- a/tmux.h
+++ b/tmux.h
@@ -540,6 +540,7 @@ enum mode_key_cmd {
MODEKEYCHOICE_UP,
/* Copy keys. */
+ MODEKEYCOPY_APPENDSELECTION,
MODEKEYCOPY_BACKTOINDENTATION,
MODEKEYCOPY_BOTTOMLINE,
MODEKEYCOPY_CANCEL,