Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-07-03 16:01:14 +01:00
2 changed files with 10 additions and 7 deletions

3
tmux.h
View File

@ -772,8 +772,7 @@ struct window_pane {
#define PANE_FOCUSPUSH 0x20
#define PANE_INPUTOFF 0x40
#define PANE_CHANGED 0x80
#define PANE_ERROR 0x100
#define PANE_EXITED 0x200
#define PANE_EXITED 0x100
int argc;
char **argv;