diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-06-27 00:04:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-06-27 00:04:50 +0000 |
commit | 7bd9d49a863c7e7562d8aa52e59f3b1962c75abb (patch) | |
tree | 774b074ee69b04a93f3f9a3485cc6d20b1ca09c6 /usr.bin/tmux/tmux.h | |
parent | 755180b653deb5e14d7d0dd81c4df694520dee63 (diff) |
PANE_FREEZE doesn't do anything anymore, so remove it.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 86ecdf62d77..b85ac81da00 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.290 2011/06/05 11:19:03 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.291 2011/06/27 00:04:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -807,7 +807,6 @@ struct window_pane { int flags; #define PANE_REDRAW 0x1 -#define PANE_FREEZE 0x2 char *cmd; char *shell; |