aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-22 21:01:28 +0000
committernicm <nicm>2020-04-22 21:01:28 +0000
commit899b3d2436ffc49e264cc869ddf35e8a9d01522b (patch)
tree11898152f717685d52ef9e399622625ab1a717b8 /tmux.h
parent662728d6c7e1518e420ef430e85a44c249f8795f (diff)
downloadrtmux-899b3d2436ffc49e264cc869ddf35e8a9d01522b.tar.gz
rtmux-899b3d2436ffc49e264cc869ddf35e8a9d01522b.tar.bz2
rtmux-899b3d2436ffc49e264cc869ddf35e8a9d01522b.zip
Indicate the marked pane in choose mode in reverse and add key to set
and clear it (m and M) and a key to jump to the starting pane (H).
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 8561f11d..67dc8631 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2621,7 +2621,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);