aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-03-08 20:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2022-03-08 20:01:11 +0000
commit25337ac102b42b0cb44eb5708367345f3a8a5312 (patch)
treed8f37338ce3f0c33f534d7881741c77515d3ec71 /tmux.h
parent2fb6089e81e2bb9230cf802dbb1e7b24ab5e3054 (diff)
parenta3d920930bf77cafa5260e25584dd3ba1d26f9cb (diff)
downloadrtmux-25337ac102b42b0cb44eb5708367345f3a8a5312.tar.gz
rtmux-25337ac102b42b0cb44eb5708367345f3a8a5312.tar.bz2
rtmux-25337ac102b42b0cb44eb5708367345f3a8a5312.zip
Merge branch 'obsd-master' into master
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;