From 1202284f3728f98e2c40648f6813c64676547ef9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 27 Jun 2011 00:04:49 +0000 Subject: PANE_FREEZE doesn't do anything anymore, so remove it. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') 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; -- cgit