aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2022-03-08 18:31:46 +0000
committernicm <nicm>2022-03-08 18:31:46 +0000
commita3d920930bf77cafa5260e25584dd3ba1d26f9cb (patch)
tree8b8515e1a02da155fb1c6d7acd506747efb7de58 /tmux.h
parentad9b8059836d424f70a8579d28e28e0186cdbaa6 (diff)
downloadrtmux-a3d920930bf77cafa5260e25584dd3ba1d26f9cb.tar.gz
rtmux-a3d920930bf77cafa5260e25584dd3ba1d26f9cb.tar.bz2
rtmux-a3d920930bf77cafa5260e25584dd3ba1d26f9cb.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 0700f1b9..77c3b176 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;