aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-08-28 10:01:08 +0100
committerThomas Adam <thomas@xteddy.org>2015-08-28 10:01:08 +0100
commit031d7ce840b34ad0286d4b1345067e868f6ceccd (patch)
tree80e5cbe37f6b11184ebc5a53bcef560b50c8a30d /tmux.h
parentce20572ace265e3c457752b34a83bd3c47cd3b40 (diff)
parent25faca41eb30bc7cba95da0103bfa6fdda4d9a8b (diff)
downloadrtmux-031d7ce840b34ad0286d4b1345067e868f6ceccd.tar.gz
rtmux-031d7ce840b34ad0286d4b1345067e868f6ceccd.tar.bz2
rtmux-031d7ce840b34ad0286d4b1345067e868f6ceccd.zip
Merge branch 'obsd-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 b9a663c5..44997311 100644
--- a/tmux.h
+++ b/tmux.h
@@ -830,6 +830,7 @@ struct window_pane {
#define PANE_RESIZE 0x8
#define PANE_FOCUSPUSH 0x10
#define PANE_INPUTOFF 0x20
+#define PANE_CHANGED 0x40
int argc;
char **argv;