diff options
author | nicm <nicm> | 2014-08-11 22:14:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-08-11 22:14:30 +0000 |
commit | f518a077b176e65a30a187af21b00b0b9031dad7 (patch) | |
tree | 23dbdc9b139bd1a6abcbe570cbcae7950d97c067 /tmux.h | |
parent | 1ac96200a7462597b137719b376f40ad0cd85216 (diff) | |
download | rtmux-f518a077b176e65a30a187af21b00b0b9031dad7.tar.gz rtmux-f518a077b176e65a30a187af21b00b0b9031dad7.tar.bz2 rtmux-f518a077b176e65a30a187af21b00b0b9031dad7.zip |
Add flags to selectp to enable and disable input to a pane, from Anish
Athalye.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -956,6 +956,7 @@ struct window_pane { #define PANE_FOCUSED 0x4 #define PANE_RESIZE 0x8 #define PANE_FOCUSPUSH 0x10 +#define PANE_INPUTOFF 0x20 int argc; char **argv; |