Missing PANE_RESIZE define.

This commit is contained in:
Nicholas Marriott 2013-02-22 21:47:34 +00:00
parent dbd8e47846
commit 1994ae4640

1
tmux.h
View File

@ -928,6 +928,7 @@ struct window_pane {
#define PANE_REDRAW 0x1 #define PANE_REDRAW 0x1
#define PANE_DROP 0x2 #define PANE_DROP 0x2
#define PANE_FOCUSED 0x4 #define PANE_FOCUSED 0x4
#define PANE_RESIZE 0x8
char *cmd; char *cmd;
char *shell; char *shell;