Add flags to selectp to enable and disable input to a pane, from Anish

Athalye.
This commit is contained in:
nicm
2014-08-11 22:14:30 +00:00
parent 1ac96200a7
commit f518a077b1
4 changed files with 42 additions and 17 deletions

1
tmux.h
View File

@@ -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;