Add pane_dead_status for exit status of dead panes.

This commit is contained in:
nicm
2014-12-09 19:23:35 +00:00
parent 54ca7b230d
commit 7a0c94b28a
4 changed files with 10 additions and 1 deletions

1
tmux.h
View File

@ -890,6 +890,7 @@ struct window_pane {
pid_t pid;
char tty[TTY_NAME_MAX];
int status;
u_int changes;
struct event changes_timer;