From 1994ae4640077ad43430e5a94886546976239b36 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 Feb 2013 21:47:34 +0000 Subject: [PATCH] Missing PANE_RESIZE define. --- tmux.h | 1 + 1 file changed, 1 insertion(+) 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;