aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-08-28 20:02:24 +0100
committerThomas Adam <thomas@xteddy.org>2019-08-28 20:02:24 +0100
commit4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b (patch)
tree46132a498594a77988039d72c0ddaf1c31d52b32 /tmux.h
parent6640790bdc410a53587cc79da0d70141360e546e (diff)
parentdf0334d3b397de03a81411f1101a8e82a55b9be9 (diff)
downloadrtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.tar.gz
rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.tar.bz2
rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.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 4246dee6..41a09351 100644
--- a/tmux.h
+++ b/tmux.h
@@ -845,6 +845,7 @@ struct window_pane {
#define PANE_STATUSDRAWN 0x400
#define PANE_EMPTY 0x800
#define PANE_STYLECHANGED 0x1000
+#define PANE_RESIZED 0x2000
int argc;
char **argv;