Only align panes and windows, not sessions, from David Mandelberg in

GitHub issue 4444.
This commit is contained in:
nicm
2025-04-02 09:31:00 +00:00
parent 9b37b9285e
commit 4bf38da4d4
3 changed files with 23 additions and 6 deletions

1
tmux.h
View File

@ -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 *,