usr.bin/tmux/cmd-break-pane.c
53
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/cmd-join-pane.c
202
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/cmd-join-pane.c
302
struct layout_cell *lc;
usr.bin/tmux/cmd-join-pane.c
311
lc = wp->layout_cell;
usr.bin/tmux/cmd-join-pane.c
374
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/cmd-join-pane.c
424
struct layout_cell *lc;
usr.bin/tmux/cmd-join-pane.c
73
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/cmd-resize-pane.c
236
struct layout_cell *lc;
usr.bin/tmux/cmd-resize-pane.c
247
lc = wp->layout_cell;
usr.bin/tmux/cmd-resize-pane.c
363
struct layout_cell *cells[nitems(offsets)], *lc;
usr.bin/tmux/cmd-resize-pane.c
62
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/cmd-rotate-window.c
100
if (wp->layout_cell != NULL)
usr.bin/tmux/cmd-rotate-window.c
101
wp->layout_cell->wp = wp;
usr.bin/tmux/cmd-rotate-window.c
52
struct layout_cell *lc;
usr.bin/tmux/cmd-rotate-window.c
62
lc = wp->layout_cell;
usr.bin/tmux/cmd-rotate-window.c
68
wp->layout_cell = wp2->layout_cell;
usr.bin/tmux/cmd-rotate-window.c
69
if (wp->layout_cell != NULL)
usr.bin/tmux/cmd-rotate-window.c
70
wp->layout_cell->wp = wp;
usr.bin/tmux/cmd-rotate-window.c
74
wp->layout_cell = lc;
usr.bin/tmux/cmd-rotate-window.c
75
if (wp->layout_cell != NULL)
usr.bin/tmux/cmd-rotate-window.c
76
wp->layout_cell->wp = wp;
usr.bin/tmux/cmd-rotate-window.c
87
lc = wp->layout_cell;
usr.bin/tmux/cmd-rotate-window.c
93
wp->layout_cell = wp2->layout_cell;
usr.bin/tmux/cmd-rotate-window.c
94
if (wp->layout_cell != NULL)
usr.bin/tmux/cmd-rotate-window.c
95
wp->layout_cell->wp = wp;
usr.bin/tmux/cmd-rotate-window.c
99
wp->layout_cell = lc;
usr.bin/tmux/cmd-split-window.c
340
struct layout_cell *lc;
usr.bin/tmux/cmd-split-window.c
353
lc = wp->layout_cell;
usr.bin/tmux/cmd-split-window.c
88
struct layout_cell *lc = NULL;
usr.bin/tmux/cmd-swap-pane.c
143
src_lc = src_wp->layout_cell;
usr.bin/tmux/cmd-swap-pane.c
144
dst_lc = dst_wp->layout_cell;
usr.bin/tmux/cmd-swap-pane.c
146
dst_wp->layout_cell = src_lc;
usr.bin/tmux/cmd-swap-pane.c
148
src_wp->layout_cell = dst_lc;
usr.bin/tmux/cmd-swap-pane.c
48
while (wp != NULL && !layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/cmd-swap-pane.c
56
while (wp != NULL && !layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/cmd-swap-pane.c
69
struct layout_cell *src_lc, *dst_lc;
usr.bin/tmux/format.c
2579
struct layout_cell *lc, *root;
usr.bin/tmux/format.c
2589
lc = wp->layout_cell;
usr.bin/tmux/format.c
2616
struct layout_cell *lc;
usr.bin/tmux/format.c
2626
lc = wp->layout_cell;
usr.bin/tmux/layout-custom.c
138
layout_check(struct layout_cell *lc)
usr.bin/tmux/layout-custom.c
140
struct layout_cell *lcchild;
usr.bin/tmux/layout-custom.c
176
struct layout_cell *lcchild, *tiled_lc = NULL;
usr.bin/tmux/layout-custom.c
26
static struct layout_cell *layout_find_bottomright(struct layout_cell *);
usr.bin/tmux/layout-custom.c
28
static int layout_append(struct layout_cell *, char *,
usr.bin/tmux/layout-custom.c
30
static int layout_construct(struct layout_cell *,
usr.bin/tmux/layout-custom.c
300
layout_assign(struct window_pane **wp, struct layout_cell *lc, int flags)
usr.bin/tmux/layout-custom.c
302
struct layout_cell *lcchild;
usr.bin/tmux/layout-custom.c
31
const char **, struct layout_cell **);
usr.bin/tmux/layout-custom.c
321
static struct layout_cell *
usr.bin/tmux/layout-custom.c
322
layout_construct_cell(struct layout_cell *lcparent, const char **layout)
usr.bin/tmux/layout-custom.c
324
struct layout_cell *lc;
usr.bin/tmux/layout-custom.c
33
struct layout_cell *, int);
usr.bin/tmux/layout-custom.c
36
static struct layout_cell *
usr.bin/tmux/layout-custom.c
37
layout_find_bottomright(struct layout_cell *lc)
usr.bin/tmux/layout-custom.c
376
layout_construct(struct layout_cell *lcparent, const char **layout,
usr.bin/tmux/layout-custom.c
377
struct layout_cell **lc)
usr.bin/tmux/layout-custom.c
379
struct layout_cell *lcchild;
usr.bin/tmux/layout-custom.c
61
layout_dump(struct window *w, struct layout_cell *root)
usr.bin/tmux/layout-custom.c
78
if (layout_append(wp->layout_cell, layout, sizeof layout) != 0)
usr.bin/tmux/layout-custom.c
91
layout_append(struct layout_cell *lc, char *buf, size_t len)
usr.bin/tmux/layout-custom.c
93
struct layout_cell *lcchild;
usr.bin/tmux/layout-set.c
132
if (wp->layout_cell && layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/layout-set.c
139
layout_set_link_floating(struct window *w, struct layout_cell *lcroot)
usr.bin/tmux/layout-set.c
142
struct layout_cell *lc;
usr.bin/tmux/layout-set.c
145
lc = wp->layout_cell;
usr.bin/tmux/layout-set.c
157
struct layout_cell *lcroot, *lcchild;
usr.bin/tmux/layout-set.c
184
lcchild = wp->layout_cell;
usr.bin/tmux/layout-set.c
221
struct layout_cell *lcroot, *lcmain, *lcother, *lcchild;
usr.bin/tmux/layout-set.c
274
lcmain = wpmain->layout_cell;
usr.bin/tmux/layout-set.c
281
while (wp != NULL && !layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/layout-set.c
283
TAILQ_INSERT_TAIL(&lcroot->cells, wp->layout_cell, entry);
usr.bin/tmux/layout-set.c
284
wp->layout_cell->parent = lcroot;
usr.bin/tmux/layout-set.c
285
layout_set_size(wp->layout_cell, sx, otherh, 0, 0);
usr.bin/tmux/layout-set.c
296
lcchild = wp->layout_cell;
usr.bin/tmux/layout-set.c
320
struct layout_cell *lcroot, *lcmain, *lcother, *lcchild;
usr.bin/tmux/layout-set.c
373
lcmain = wpmain->layout_cell;
usr.bin/tmux/layout-set.c
380
while (wp != NULL && !layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/layout-set.c
382
TAILQ_INSERT_HEAD(&lcroot->cells, wp->layout_cell, entry);
usr.bin/tmux/layout-set.c
383
wp->layout_cell->parent = lcroot;
usr.bin/tmux/layout-set.c
384
layout_set_size(wp->layout_cell, sx, otherh, 0, 0);
usr.bin/tmux/layout-set.c
395
lcchild = wp->layout_cell;
usr.bin/tmux/layout-set.c
419
struct layout_cell *lcroot, *lcmain, *lcother, *lcchild;
usr.bin/tmux/layout-set.c
472
lcmain = wpmain->layout_cell;
usr.bin/tmux/layout-set.c
479
while (wp != NULL && !layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/layout-set.c
481
TAILQ_INSERT_TAIL(&lcroot->cells, wp->layout_cell, entry);
usr.bin/tmux/layout-set.c
482
wp->layout_cell->parent = lcroot;
usr.bin/tmux/layout-set.c
483
layout_set_size(wp->layout_cell, otherw, sy, 0, 0);
usr.bin/tmux/layout-set.c
494
lcchild = wp->layout_cell;
usr.bin/tmux/layout-set.c
518
struct layout_cell *lcroot, *lcmain, *lcother, *lcchild;
usr.bin/tmux/layout-set.c
572
lcmain = wpmain->layout_cell;
usr.bin/tmux/layout-set.c
579
while (wp != NULL && !layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/layout-set.c
581
TAILQ_INSERT_HEAD(&lcroot->cells, wp->layout_cell, entry);
usr.bin/tmux/layout-set.c
582
wp->layout_cell->parent = lcroot;
usr.bin/tmux/layout-set.c
583
layout_set_size(wp->layout_cell, otherw, sy, 0, 0);
usr.bin/tmux/layout-set.c
594
lcchild = wp->layout_cell;
usr.bin/tmux/layout-set.c
619
struct layout_cell *lcroot, *lcrow, *lcchild;
usr.bin/tmux/layout-set.c
665
while (wp != NULL && !layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/layout-set.c
671
lcchild = wp->layout_cell;
usr.bin/tmux/layout-set.c
698
!layout_cell_is_tiled(wp->layout_cell))
usr.bin/tmux/layout-set.c
702
lcchild = wp->layout_cell;
usr.bin/tmux/layout.c
1000
layout_resize_pane_grow(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
1003
struct layout_cell *lcadd, *lcremove;
usr.bin/tmux/layout.c
1041
layout_resize_pane_shrink(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
1044
struct layout_cell *lcadd, *lcremove;
usr.bin/tmux/layout.c
1073
layout_assign_pane(struct layout_cell *lc, struct window_pane *wp,
usr.bin/tmux/layout.c
1085
layout_new_pane_size(struct window *w, u_int previous, struct layout_cell *lc,
usr.bin/tmux/layout.c
110
lc->wp->layout_cell->parent = NULL;
usr.bin/tmux/layout.c
111
lc->wp->layout_cell = NULL;
usr.bin/tmux/layout.c
1123
layout_set_size_check(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
1126
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
1180
layout_resize_child_cells(struct window *w, struct layout_cell *lc)
usr.bin/tmux/layout.c
1182
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
121
layout_print_cell(struct layout_cell *lc, const char *hdr, u_int n)
usr.bin/tmux/layout.c
123
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
1242
struct layout_cell *
usr.bin/tmux/layout.c
1243
layout_replace_with_node(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
1246
struct layout_cell *lcparent;
usr.bin/tmux/layout.c
1265
layout_split_check_space(struct window_pane *wp, struct layout_cell *lc,
usr.bin/tmux/layout.c
1268
struct layout_cell *root = wp->window->layout_root;
usr.bin/tmux/layout.c
1305
layout_split_sizes(struct layout_cell *lc, int size, int before,
usr.bin/tmux/layout.c
1336
struct layout_cell *
usr.bin/tmux/layout.c
1340
struct layout_cell *lc, *lcparent, *lcnew, *lc1, *lc2;
usr.bin/tmux/layout.c
1353
lc = wp->layout_cell;
usr.bin/tmux/layout.c
1469
struct layout_cell *
usr.bin/tmux/layout.c
1473
struct layout_cell *lc, *lcnew, *lcparent;
usr.bin/tmux/layout.c
1478
lc = wp->layout_cell;
usr.bin/tmux/layout.c
1503
if (wp->layout_cell == NULL)
usr.bin/tmux/layout.c
1507
layout_destroy_cell(w, wp->layout_cell, &w->layout_root);
usr.bin/tmux/layout.c
1508
wp->layout_cell = NULL;
usr.bin/tmux/layout.c
1520
layout_spread_cell(struct window *w, struct layout_cell *parent)
usr.bin/tmux/layout.c
1522
struct layout_cell *lc, *root = w->layout_root;
usr.bin/tmux/layout.c
158
struct layout_cell *
usr.bin/tmux/layout.c
1589
struct layout_cell *parent;
usr.bin/tmux/layout.c
159
layout_search_by_border(struct layout_cell *lc, u_int x, u_int y)
usr.bin/tmux/layout.c
1592
parent = wp->layout_cell->parent;
usr.bin/tmux/layout.c
1606
struct layout_cell *
usr.bin/tmux/layout.c
161
struct layout_cell *lcchild, *last = NULL;
usr.bin/tmux/layout.c
1610
struct layout_cell *lc;
usr.bin/tmux/layout.c
1661
struct layout_cell *
usr.bin/tmux/layout.c
1666
struct layout_cell *lcnew, *lc = wp->layout_cell;
usr.bin/tmux/layout.c
1784
layout_split_floating_cell(struct layout_cell *lc, struct window *w,
usr.bin/tmux/layout.c
1913
layout_remove_tile(struct window *w, struct layout_cell *lc)
usr.bin/tmux/layout.c
1915
struct layout_cell *lcneighbour, *lcparent;
usr.bin/tmux/layout.c
1953
layout_insert_tile(struct window *w, struct layout_cell *lc)
usr.bin/tmux/layout.c
1955
struct layout_cell *lcneighbour, *lctiled, *lcparent;
usr.bin/tmux/layout.c
200
layout_set_size(struct layout_cell *lc, u_int sx, u_int sy, int xoff, int yoff)
usr.bin/tmux/layout.c
211
layout_make_leaf(struct layout_cell *lc, struct window_pane *wp)
usr.bin/tmux/layout.c
217
wp->layout_cell = lc;
usr.bin/tmux/layout.c
223
layout_make_node(struct layout_cell *lc, enum layout_type type)
usr.bin/tmux/layout.c
232
lc->wp->layout_cell = NULL;
usr.bin/tmux/layout.c
238
layout_fix_zindexes(struct window *w, struct layout_cell *lc)
usr.bin/tmux/layout.c
240
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
260
layout_cell_is_tiled(struct layout_cell *lc)
usr.bin/tmux/layout.c
269
layout_cell_has_tiled_child(struct layout_cell *lc)
usr.bin/tmux/layout.c
271
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
285
layout_cell_is_first_tiled(struct layout_cell *lc)
usr.bin/tmux/layout.c
287
struct layout_cell *lcchild, *lcparent = lc->parent;
usr.bin/tmux/layout.c
301
static struct layout_cell *
usr.bin/tmux/layout.c
302
layout_cell_get_first_tiled(struct layout_cell *lc)
usr.bin/tmux/layout.c
304
struct layout_cell *lcchild, *lcchild2;
usr.bin/tmux/layout.c
325
layout_fix_offsets1(struct layout_cell *lc)
usr.bin/tmux/layout.c
327
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
361
struct layout_cell *lc = w->layout_root;
usr.bin/tmux/layout.c
374
layout_cell_is_last_tiled(struct layout_cell *lc)
usr.bin/tmux/layout.c
376
struct layout_cell *lcchild, *lcparent = lc->parent;
usr.bin/tmux/layout.c
392
layout_cell_is_top(struct layout_cell *root, struct layout_cell *lc)
usr.bin/tmux/layout.c
394
struct layout_cell *next;
usr.bin/tmux/layout.c
410
layout_cell_is_bottom(struct layout_cell *root, struct layout_cell *lc)
usr.bin/tmux/layout.c
412
struct layout_cell *next;
usr.bin/tmux/layout.c
431
layout_add_horizontal_border(struct layout_cell *root, struct layout_cell *lc,
usr.bin/tmux/layout.c
446
struct layout_cell *lc, *root = w->layout_root;
usr.bin/tmux/layout.c
45
static u_int layout_resize_check(struct window *, struct layout_cell *,
usr.bin/tmux/layout.c
452
if ((lc = wp->layout_cell) == NULL || wp == skip)
usr.bin/tmux/layout.c
47
static int layout_resize_pane_grow(struct window *, struct layout_cell *,
usr.bin/tmux/layout.c
49
static int layout_resize_pane_shrink(struct window *, struct layout_cell *,
usr.bin/tmux/layout.c
512
layout_count_cells(struct layout_cell *lc)
usr.bin/tmux/layout.c
514
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
52
struct layout_cell *, enum layout_type, u_int, u_int,
usr.bin/tmux/layout.c
532
layout_resize_check(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
535
struct layout_cell *lcchild, *root = w->layout_root;
usr.bin/tmux/layout.c
54
static int layout_set_size_check(struct window *, struct layout_cell *,
usr.bin/tmux/layout.c
57
struct layout_cell *);
usr.bin/tmux/layout.c
586
layout_resize_adjust(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
589
struct layout_cell *lcchild;
usr.bin/tmux/layout.c
650
layout_resize_set_size(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
663
static struct layout_cell *
usr.bin/tmux/layout.c
664
layout_cell_get_neighbour_direction(struct layout_cell *lc, int direction)
usr.bin/tmux/layout.c
666
struct layout_cell *lcn = lc;
usr.bin/tmux/layout.c
686
struct layout_cell *
usr.bin/tmux/layout.c
687
layout_cell_get_neighbour(struct layout_cell *lc)
usr.bin/tmux/layout.c
689
struct layout_cell *lcother, *lcparent = lc->parent;
usr.bin/tmux/layout.c
70
struct layout_cell *
usr.bin/tmux/layout.c
708
layout_destroy_cell(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
709
struct layout_cell **lcroot)
usr.bin/tmux/layout.c
71
layout_create_cell(struct layout_cell *lcparent)
usr.bin/tmux/layout.c
711
struct layout_cell *lcother = NULL, *lcparent;
usr.bin/tmux/layout.c
73
struct layout_cell *lc;
usr.bin/tmux/layout.c
770
struct layout_cell *lc;
usr.bin/tmux/layout.c
789
struct layout_cell *lc = w->layout_root;
usr.bin/tmux/layout.c
844
struct layout_cell *lc, *lcparent;
usr.bin/tmux/layout.c
847
lc = wp->layout_cell;
usr.bin/tmux/layout.c
877
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/layout.c
88
layout_free_cell(struct layout_cell *lc, int only_nodes)
usr.bin/tmux/layout.c
90
struct layout_cell *lcchild, *lcnext;
usr.bin/tmux/layout.c
910
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/layout.c
945
layout_resize_layout(struct window *w, struct layout_cell *lc,
usr.bin/tmux/layout.c
977
struct layout_cell *lc = wp->layout_cell, *lcparent;
usr.bin/tmux/screen-redraw.c
425
if (window_pane_is_floating(wp) || wp->layout_cell == NULL)
usr.bin/tmux/screen-redraw.c
428
if (count > 2 || wp->layout_cell->parent == NULL)
usr.bin/tmux/screen-redraw.c
430
*type = wp->layout_cell->parent->type;
usr.bin/tmux/screen-write.c
147
if (wp->layout_cell == NULL)
usr.bin/tmux/spawn.c
350
new_wp->layout_cell->flags |= LAYOUT_CELL_FLOATING;
usr.bin/tmux/spawn.c
357
new_wp->saved_layout_cell = new_wp->layout_cell;
usr.bin/tmux/spawn.c
676
struct layout_cell *lc;
usr.bin/tmux/tmux.h
1274
struct layout_cell *layout_cell;
usr.bin/tmux/tmux.h
1275
struct layout_cell *saved_layout_cell;
usr.bin/tmux/tmux.h
1415
struct layout_cell *layout_root;
usr.bin/tmux/tmux.h
1416
struct layout_cell *saved_layout_root;
usr.bin/tmux/tmux.h
1534
TAILQ_HEAD(layout_cells, layout_cell);
usr.bin/tmux/tmux.h
1543
struct layout_cell *parent;
usr.bin/tmux/tmux.h
1551
TAILQ_ENTRY(layout_cell) entry;
usr.bin/tmux/tmux.h
2468
struct layout_cell *lc;
usr.bin/tmux/tmux.h
3789
struct layout_cell *layout_create_cell(struct layout_cell *);
usr.bin/tmux/tmux.h
3796
struct layout_cell *layout_search_by_border(struct layout_cell *, u_int, u_int);
usr.bin/tmux/tmux.h
3810
struct layout_cell *layout_cell_get_neighbour(struct layout_cell *);
usr.bin/tmux/tmux.h
3828
struct layout_cell *layout_replace_with_node(struct window *,
usr.bin/tmux/tmux.h
3830
struct layout_cell *layout_split_pane(struct window_pane *, enum layout_type,
usr.bin/tmux/tmux.h
3832
struct layout_cell *layout_floating_pane(struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3837
struct layout_cell *layout_get_tiled_cell(struct cmdq_item *, struct args *,
usr.bin/tmux/tmux.h
3839
struct layout_cell *layout_get_floating_cell(struct cmdq_item *, struct args *,
usr.bin/tmux/window-panes.c
153
struct layout_cell *lc = wp->saved_layout_cell;
usr.bin/tmux/window-panes.c
156
lc = wp->layout_cell;
usr.bin/tmux/window-panes.c
171
window_panes_get_geometry(struct window_pane *wp, struct layout_cell *root,
usr.bin/tmux/window-panes.c
175
struct layout_cell *lc = wp->saved_layout_cell;
usr.bin/tmux/window-panes.c
180
lc = wp->layout_cell;
usr.bin/tmux/window-panes.c
256
static struct layout_cell *
usr.bin/tmux/window-panes.c
257
window_panes_next_tiled_cell(struct layout_cell *lc)
usr.bin/tmux/window-panes.c
259
struct layout_cell *next;
usr.bin/tmux/window-panes.c
329
window_panes_mark_borders_cell(u_char *map, struct layout_cell *lc, u_int osx,
usr.bin/tmux/window-panes.c
332
struct layout_cell *lcchild, *lcnext;
usr.bin/tmux/window-panes.c
367
struct layout_cell *root, u_int osx, u_int osy, u_int dsx, u_int dsy)
usr.bin/tmux/window-panes.c
370
struct layout_cell *lc;
usr.bin/tmux/window-panes.c
383
lc = wp->layout_cell;
usr.bin/tmux/window-panes.c
405
struct layout_cell *lc;
usr.bin/tmux/window-panes.c
409
lc = wp->layout_cell;
usr.bin/tmux/window-panes.c
507
window_panes_mark_border_joins_cell(u_char *map, struct layout_cell *lc,
usr.bin/tmux/window-panes.c
510
struct layout_cell *lcchild, *lcnext;
usr.bin/tmux/window-panes.c
579
struct layout_cell *lc, const struct grid_cell *gc, u_int osx, u_int osy,
usr.bin/tmux/window-panes.c
799
struct layout_cell *root, u_int osx, u_int osy, u_int dsx, u_int dsy)
usr.bin/tmux/window-panes.c
836
struct layout_cell *root;
usr.bin/tmux/window.c
2805
struct layout_cell *lc = wp->layout_cell;
usr.bin/tmux/window.c
925
wp1->saved_layout_cell = wp1->layout_cell;
usr.bin/tmux/window.c
926
wp1->layout_cell = NULL;
usr.bin/tmux/window.c
953
wp->layout_cell = wp->saved_layout_cell;