mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Fix minimum size when pane status line is enabled, reported by Y Petremann.
This commit is contained in:
@ -150,7 +150,7 @@ layout_parse(struct window *w, const char *layout)
|
||||
|
||||
/* Fewer panes than cells - close the bottom right. */
|
||||
lcchild = layout_find_bottomright(lc);
|
||||
layout_destroy_cell(lcchild, &lc);
|
||||
layout_destroy_cell(w, lcchild, &lc);
|
||||
}
|
||||
|
||||
/* Save the old window size and resize to the layout size. */
|
||||
|
Reference in New Issue
Block a user