summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-06-27 00:04:49 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-06-27 00:04:49 +0000
commit1202284f3728f98e2c40648f6813c64676547ef9 (patch)
treebb6032d6ff8eff48c43d7621182f1f3655d0863a /tmux.h
parent0503f83c64229b38f40e1ed6d0148c64521bf364 (diff)
PANE_FREEZE doesn't do anything anymore, so remove it.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index da50205a..2f7fcd6a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -807,7 +807,6 @@ struct window_pane {
int flags;
#define PANE_REDRAW 0x1
-#define PANE_FREEZE 0x2
char *cmd;
char *shell;