Lines Matching defs:window_pane
892 struct window_pane { struct
893 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;
913 char *cmd;
914 char *shell;
915 int cwd;
917 pid_t pid;
918 char tty[TTY_NAME_MAX];
920 u_int changes;
921 struct event changes_timer;
922 u_int changes_redraw;
947 TAILQ_ENTRY(window_pane) entry; argument