aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index a2d5f0da..0c8e5929 100644
--- a/tmux.h
+++ b/tmux.h
@@ -589,8 +589,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;