Sync OpenBSD patchset 926:

PANE_FREEZE doesn't do anything anymore, so remove it.
This commit is contained in:
Tiago Cunha
2011-07-03 21:51:17 +00:00
parent 3d47b5cd07
commit ff7343c203
2 changed files with 1 additions and 4 deletions

1
tmux.h
View File

@ -803,7 +803,6 @@ struct window_pane {
int flags;
#define PANE_REDRAW 0x1
#define PANE_FREEZE 0x2
char *cmd;
char *shell;