Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-06-26 15:02:26 +01:00
6 changed files with 74 additions and 47 deletions

5
tmux.h
View File

@@ -957,6 +957,11 @@ TAILQ_HEAD(winlink_stack, winlink);
#define WINDOW_SIZE_SMALLEST 1
#define WINDOW_SIZE_MANUAL 2
/* Pane border status option. */
#define PANE_STATUS_OFF 0
#define PANE_STATUS_TOP 1
#define PANE_STATUS_BOTTOM 2
/* Layout direction. */
enum layout_type {
LAYOUT_LEFTRIGHT,