aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-09 18:01:14 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-09 18:01:14 +0100
commit4dbab75855aac5bc9d404b241d8a40e7290c3963 (patch)
tree64ee1e45a4e0ae0582f54777771ed8d7e02b7097 /tmux.h
parented45052d6d1aabdd94827b4fe70e978b9dbd4446 (diff)
parentadcd5aff6fb86036ef736c10b04005da77a465f6 (diff)
downloadrtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.tar.gz
rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.tar.bz2
rtmux-4dbab75855aac5bc9d404b241d8a40e7290c3963.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index c9b42306..0da7080f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2205,10 +2205,11 @@ void mode_tree_each_tagged(struct mode_tree_data *, void (*)(void *, void *,
key_code), 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 *,
- void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *,
- void *, u_int, u_int), int (*)(void *, void *, const char *),
- void *, const char **, u_int, struct screen **);
+struct mode_tree_data *mode_tree_start(struct window_pane *, struct args *,
+ void (*)(void *, u_int, uint64_t *, const char *),
+ struct screen *(*)(void *, void *, u_int, u_int),
+ int (*)(void *, void *, const char *), void *, const char **,
+ u_int, struct screen **);
void mode_tree_build(struct mode_tree_data *);
void mode_tree_free(struct mode_tree_data *);
void mode_tree_resize(struct mode_tree_data *, u_int, u_int);