aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 15:46:09 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 15:46:09 +0000
commit0828e06ad7680512e67437ca91ccd8c75cd852b5 (patch)
tree9d96aeb6fece5ea4af164f166a039648f6d076ad /tmux.h
parentd3d4bacd82220e9747b619b4420770eb8d928512 (diff)
downloadrtmux-0828e06ad7680512e67437ca91ccd8c75cd852b5.tar.gz
rtmux-0828e06ad7680512e67437ca91ccd8c75cd852b5.tar.bz2
rtmux-0828e06ad7680512e67437ca91ccd8c75cd852b5.zip
Nuke unused pane flag.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 99d11541..cea3e1a4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.327 2009-05-26 18:31:10 nicm Exp $ */
+/* $Id: tmux.h,v 1.328 2009-06-25 15:46:09 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -658,8 +658,7 @@ struct window_pane {
int flags;
#define PANE_HIDDEN 0x1
-#define PANE_RESTART 0x2
-#define PANE_REDRAW 0x4
+#define PANE_REDRAW 0x2
char *cmd;
char *cwd;