Add remain-on-exit-format to set text shown when pane is dead.

This commit is contained in:
nicm
2022-03-08 18:31:46 +00:00
parent ad9b805983
commit a3d920930b
5 changed files with 75 additions and 21 deletions

1
tmux.h
View File

@ -1026,6 +1026,7 @@ struct window_pane {
pid_t pid;
char tty[TTY_NAME_MAX];
int status;
struct timeval dead_time;
int fd;
struct bufferevent *event;