Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-08-28 20:02:24 +01:00
3 changed files with 46 additions and 32 deletions

1
tmux.h
View File

@@ -845,6 +845,7 @@ struct window_pane {
#define PANE_STATUSDRAWN 0x400
#define PANE_EMPTY 0x800
#define PANE_STYLECHANGED 0x1000
#define PANE_RESIZED 0x2000
int argc;
char **argv;