aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-10-25 11:26:11 +0000
committernicm <nicm>2017-10-25 11:26:11 +0000
commit8dd776106dc54c5ec722317d20290f17ce9aff43 (patch)
tree05210e95418b3b97872efb4fb8df08fd5eb1a21a /tmux.h
parent26f1857154aacbca5e6ebbb817aa3b48f02d05bf (diff)
downloadrtmux-8dd776106dc54c5ec722317d20290f17ce9aff43.tar.gz
rtmux-8dd776106dc54c5ec722317d20290f17ce9aff43.tar.bz2
rtmux-8dd776106dc54c5ec722317d20290f17ce9aff43.zip
Add P key to paste tagged in buffer mode, and trim some code that should
no longer be necessary.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 6cb9a06f..720ff40e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2226,7 +2226,7 @@ u_int layout_set_previous(struct window *);
u_int mode_tree_count_tagged(struct mode_tree_data *);
void *mode_tree_get_current(struct mode_tree_data *);
void mode_tree_each_tagged(struct mode_tree_data *, void (*)(void *, void *,
- key_code), key_code, int);
+ struct client *, key_code), struct client *, key_code, int);
void mode_tree_up(struct mode_tree_data *, int);
void mode_tree_down(struct mode_tree_data *, int);
struct mode_tree_data *mode_tree_start(struct window_pane *, struct args *,