diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-08-28 20:02:24 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-08-28 20:02:24 +0100 |
commit | 4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b (patch) | |
tree | 46132a498594a77988039d72c0ddaf1c31d52b32 /tmux.h | |
parent | 6640790bdc410a53587cc79da0d70141360e546e (diff) | |
parent | df0334d3b397de03a81411f1101a8e82a55b9be9 (diff) | |
download | rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.tar.gz rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.tar.bz2 rtmux-4fa1f961f37a4dbd530141fb6fdcfb801b1cb07b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |