aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-02-28 10:02:29 +0000
committerThomas Adam <thomas@xteddy.org>2018-02-28 10:02:29 +0000
commit0ca9664ecf001bc7883ead43a1d426d1e9465564 (patch)
tree309ee8a8d95ec49b0113391ebe2d32dbede11433 /tmux.h
parentf5a37d00718e95e255abf25650891c6dff5d9585 (diff)
parent508e2f0b3aaf2db9b692863738e7ca75765fc70c (diff)
downloadrtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.tar.gz
rtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.tar.bz2
rtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.zip
Merge branch 'obsd-master'
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 d5d2122d..542b8d53 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2251,6 +2251,7 @@ void mode_tree_down(struct mode_tree_data *, int);
struct mode_tree_data *mode_tree_start(struct window_pane *, struct args *,
mode_tree_build_cb, mode_tree_draw_cb, mode_tree_search_cb,
void *, const char **, u_int, struct screen **);
+void mode_tree_zoom(struct mode_tree_data *, struct args *);
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);