Lines Matching defs:layout
26 * Switch window to selected layout.
33 .name = "select-layout",
37 .usage = "[-Enop] " CMD_TARGET_PANE_USAGE " [layout-name]",
46 .name = "next-layout",
59 .name = "previous-layout",
81 int next, previous, layout;
117 layout = w->lastlayout;
119 layout = layout_set_lookup(layoutname);
120 if (layout != -1) {
121 layout_set_select(w, layout);
142 notify_window("window-layout-changed", w);