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
committed by Nicholas Marriott
parent 57f331438a
commit 98b92c0525
5 changed files with 75 additions and 21 deletions

1
tmux.h
View File

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