Searched defs:window_pane (Results 1 – 1 of 1) sorted by relevance
892 struct window_pane { struct893 u_int id;895 struct window *window;897 struct layout_cell *layout_cell;898 struct layout_cell *saved_layout_cell;900 u_int sx;901 u_int sy;903 u_int xoff;904 u_int yoff;906 int flags;[all …]