aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-12-19 19:20:09 +0000
committerThomas Adam <thomas@xteddy.org>2014-12-19 19:22:19 +0000
commit5f8138faf551c3678de3c92c5764e2e7edfc4602 (patch)
tree6646056b5b2bab330ec6ec62400004548dc0aa18 /tmux.h
parentccbe2545d9857e03731eddb9757989b9f52dc785 (diff)
parent160e3e2be3543377925551146403933a7c631f51 (diff)
downloadrtmux-5f8138faf551c3678de3c92c5764e2e7edfc4602.tar.gz
rtmux-5f8138faf551c3678de3c92c5764e2e7edfc4602.tar.bz2
rtmux-5f8138faf551c3678de3c92c5764e2e7edfc4602.zip
Merge branch 'obsd-master'
Conflicts: format.c
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 61f2ca7c..8fbda560 100644
--- a/tmux.h
+++ b/tmux.h
@@ -888,6 +888,7 @@ struct window_pane {
pid_t pid;
char tty[TTY_NAME_MAX];
+ int status;
u_int changes;
struct event changes_timer;