mirror of
https://github.com/tmux/tmux.git
synced 2026-07-31 20:49:00 +00:00
Adjusted invariant.
This commit is contained in:
@@ -914,7 +914,7 @@ layout_parse_apply_ctx(struct window *w, struct layout_parse_ctx *pctx)
|
||||
int i;
|
||||
|
||||
if (pctx->clen == 0)
|
||||
return;
|
||||
fatalx("layouts must have at least one pane");
|
||||
|
||||
/* Apply z-indexes. */
|
||||
while (!TAILQ_EMPTY(&w->z_index)) {
|
||||
|
||||
Reference in New Issue
Block a user