diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-03 21:51:17 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-03 21:51:17 +0000 |
commit | ff7343c20355deab251a71bafb7cb86b2f0c545a (patch) | |
tree | d9d295dbe28bcd58f36cb78cdfc6f0f8877d69d4 /tmux.h | |
parent | 3d47b5cd07c99613472845407cbd0805d5f77de8 (diff) | |
download | rtmux-ff7343c20355deab251a71bafb7cb86b2f0c545a.tar.gz rtmux-ff7343c20355deab251a71bafb7cb86b2f0c545a.tar.bz2 rtmux-ff7343c20355deab251a71bafb7cb86b2f0c545a.zip |
Sync OpenBSD patchset 926:
PANE_FREEZE doesn't do anything anymore, so remove it.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -803,7 +803,6 @@ struct window_pane { int flags; #define PANE_REDRAW 0x1 -#define PANE_FREEZE 0x2 char *cmd; char *shell; |