aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-23 02:01:33 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-23 02:01:33 +0100
commitcf5f93b2b39c9730095a42af9e21d6960b7c0071 (patch)
treed8b8cd07b9f3624fdb94c7b9feaa350556d1ee1c /tmux.h
parent4a31eedc26284c04d679fe62e2a1986be74825d0 (diff)
parent950af3363678de5b88cb6713f4837f1001e46d47 (diff)
downloadrtmux-cf5f93b2b39c9730095a42af9e21d6960b7c0071.tar.gz
rtmux-cf5f93b2b39c9730095a42af9e21d6960b7c0071.tar.bz2
rtmux-cf5f93b2b39c9730095a42af9e21d6960b7c0071.zip
Merge branch 'obsd-master'
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 6b604f26..f95726d5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2623,7 +2623,8 @@ typedef void (*mode_tree_each_cb)(void *, void *, struct client *, key_code);
u_int mode_tree_count_tagged(struct mode_tree_data *);
void *mode_tree_get_current(struct mode_tree_data *);
void mode_tree_expand_current(struct mode_tree_data *);
-void mode_tree_set_current(struct mode_tree_data *, uint64_t);
+void mode_tree_expand(struct mode_tree_data *, uint64_t);
+int mode_tree_set_current(struct mode_tree_data *, uint64_t);
void mode_tree_each_tagged(struct mode_tree_data *, mode_tree_each_cb,
struct client *, key_code, int);
void mode_tree_down(struct mode_tree_data *, int);