Home
last modified time | relevance | path

Searched refs:saved_layout_root (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dwindow.c348 if (w->saved_layout_root != NULL) in window_destroy()
349 layout_free_cell(w->saved_layout_root); in window_destroy()
682 w->saved_layout_root = w->layout_root; in window_zoom()
700 w->layout_root = w->saved_layout_root; in window_unzoom()
701 w->saved_layout_root = NULL; in window_unzoom()
H A Dformat.c776 if (w->saved_layout_root != NULL) in format_cb_window_layout()
777 return (layout_dump(w->saved_layout_root)); in format_cb_window_layout()
H A Dtmux.h1207 struct layout_cell *saved_layout_root; member