Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-08-28 10:01:08 +01:00
5 changed files with 10 additions and 2 deletions

1
tmux.h
View File

@ -830,6 +830,7 @@ struct window_pane {
#define PANE_RESIZE 0x8
#define PANE_FOCUSPUSH 0x10
#define PANE_INPUTOFF 0x20
#define PANE_CHANGED 0x40
int argc;
char **argv;