mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
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).
This commit is contained in:
3
tmux.h
3
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);
|
||||
|
Reference in New Issue
Block a user