The branch, master has been updated
       via  1994ae4640077ad43430e5a94886546976239b36 (commit)
      from  dbd8e478469a6eb01f1bada1984f902a51fe65c9 (commit)

- Log -----------------------------------------------------------------
commit 1994ae4640077ad43430e5a94886546976239b36
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>

    Missing PANE_RESIZE define.
---
 tmux.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tmux.h b/tmux.h
index 8c06197..b80face 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;


-----------------------------------------------------------------------

Summary of changes:
 tmux.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to