diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-26 15:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-26 15:02:26 +0100 |
commit | f797ac9ff6cd18b9f5737bea80fbf58dc5b5729b (patch) | |
tree | 4fc6be8865e689de13a93e944a5d182d37b7257d /tmux.h | |
parent | a1d4bf20f774707c22249399dd89d1d6acf049ef (diff) | |
parent | c599ad63f8857bd74e85150e60339fd2efbb9650 (diff) | |
download | rtmux-f797ac9ff6cd18b9f5737bea80fbf58dc5b5729b.tar.gz rtmux-f797ac9ff6cd18b9f5737bea80fbf58dc5b5729b.tar.bz2 rtmux-f797ac9ff6cd18b9f5737bea80fbf58dc5b5729b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |