mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Make layout_fix_offsets take a window like layout_fix_panes.
This commit is contained in:
@ -165,7 +165,7 @@ layout_parse(struct window *w, const char *layout)
|
||||
layout_assign(&wp, lc);
|
||||
|
||||
/* Update pane offsets and sizes. */
|
||||
layout_fix_offsets(lc);
|
||||
layout_fix_offsets(w);
|
||||
layout_fix_panes(w);
|
||||
recalculate_sizes();
|
||||
|
||||
|
Reference in New Issue
Block a user