aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2022-03-08 18:31:46 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-04-06 14:19:51 +0100
commit98b92c0525f7cd5878122815cbe9adb4e292ce2c (patch)
treea956bcb418737668358f79c404a95ee1a3d68c6c /tmux.h
parent57f331438a1eb67d6f1d3380278c8df7c9003dc1 (diff)
downloadrtmux-98b92c0525f7cd5878122815cbe9adb4e292ce2c.tar.gz
rtmux-98b92c0525f7cd5878122815cbe9adb4e292ce2c.tar.bz2
rtmux-98b92c0525f7cd5878122815cbe9adb4e292ce2c.zip
Add remain-on-exit-format to set text shown when pane is dead.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 78283aa2..8a8535dd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;