diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-22 21:47:34 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-22 21:47:34 +0000 |
commit | 1994ae4640077ad43430e5a94886546976239b36 (patch) | |
tree | 42bd7b60ac5802f81b7453c42f682aa68249ea38 | |
parent | dbd8e478469a6eb01f1bada1984f902a51fe65c9 (diff) | |
download | rtmux-1994ae4640077ad43430e5a94886546976239b36.tar.gz rtmux-1994ae4640077ad43430e5a94886546976239b36.tar.bz2 rtmux-1994ae4640077ad43430e5a94886546976239b36.zip |
Missing PANE_RESIZE define.
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |