mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Only align panes and windows, not sessions, from David Mandelberg in
GitHub issue 4444.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -3306,6 +3306,7 @@ struct mode_tree_item *mode_tree_add(struct mode_tree_data *,
|
||||
const char *, int);
|
||||
void mode_tree_draw_as_parent(struct mode_tree_item *);
|
||||
void mode_tree_no_tag(struct mode_tree_item *);
|
||||
void mode_tree_align(struct mode_tree_item *, int);
|
||||
void mode_tree_remove(struct mode_tree_data *, struct mode_tree_item *);
|
||||
void mode_tree_draw(struct mode_tree_data *);
|
||||
int mode_tree_key(struct mode_tree_data *, struct client *, key_code *,
|
||||
|
Reference in New Issue
Block a user