Searched refs:saved_layout_root (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dwindow.c348 if (w->saved_layout_root != NULL)
349 layout_free_cell(w->saved_layout_root);
660 w->saved_layout_root = w->layout_root;
678 w->layout_root = w->saved_layout_root;
679 w->saved_layout_root = NULL;
H A Dtmux.h1130 struct layout_cell *saved_layout_root; member in struct:window

Completed in 1588 milliseconds