diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-06-27 00:04:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-06-27 00:04:49 +0000 |
commit | 1202284f3728f98e2c40648f6813c64676547ef9 (patch) | |
tree | bb6032d6ff8eff48c43d7621182f1f3655d0863a /tmux.h | |
parent | 0503f83c64229b38f40e1ed6d0148c64521bf364 (diff) | |
download | rtmux-1202284f3728f98e2c40648f6813c64676547ef9.tar.gz rtmux-1202284f3728f98e2c40648f6813c64676547ef9.tar.bz2 rtmux-1202284f3728f98e2c40648f6813c64676547ef9.zip |
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
@@ -807,7 +807,6 @@ struct window_pane { int flags; #define PANE_REDRAW 0x1 -#define PANE_FREEZE 0x2 char *cmd; char *shell; |