aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-22 21:47:34 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-22 21:47:34 +0000
commit1994ae4640077ad43430e5a94886546976239b36 (patch)
tree42bd7b60ac5802f81b7453c42f682aa68249ea38
parentdbd8e478469a6eb01f1bada1984f902a51fe65c9 (diff)
downloadrtmux-1994ae4640077ad43430e5a94886546976239b36.tar.gz
rtmux-1994ae4640077ad43430e5a94886546976239b36.tar.bz2
rtmux-1994ae4640077ad43430e5a94886546976239b36.zip
Missing PANE_RESIZE define.
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 8c06197c..b80face5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -928,6 +928,7 @@ struct window_pane {
#define PANE_REDRAW 0x1
#define PANE_DROP 0x2
#define PANE_FOCUSED 0x4
+#define PANE_RESIZE 0x8
char *cmd;
char *shell;