diff options
author | Thomas Adam <thomas@xteddy.org> | 2014-12-19 19:20:09 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2014-12-19 19:22:19 +0000 |
commit | 5f8138faf551c3678de3c92c5764e2e7edfc4602 (patch) | |
tree | 6646056b5b2bab330ec6ec62400004548dc0aa18 /tmux.h | |
parent | ccbe2545d9857e03731eddb9757989b9f52dc785 (diff) | |
parent | 160e3e2be3543377925551146403933a7c631f51 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -888,6 +888,7 @@ struct window_pane { pid_t pid; char tty[TTY_NAME_MAX]; + int status; u_int changes; struct event changes_timer; |