diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-02-01 16:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-02-01 16:01:11 +0000 |
commit | a4f336a91a4bc340111dd72abd894d75093566d7 (patch) | |
tree | 30f1535b56198ac27b00f50e2c6f68c499a9033f /tmux.h | |
parent | 1b7afd51293e2e3da99d2dfed57dc1ebc4cdf5d5 (diff) | |
parent | 7e34645fcbe93984461343d67373a29e552fec20 (diff) | |
download | rtmux-a4f336a91a4bc340111dd72abd894d75093566d7.tar.gz rtmux-a4f336a91a4bc340111dd72abd894d75093566d7.tar.bz2 rtmux-a4f336a91a4bc340111dd72abd894d75093566d7.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -843,6 +843,12 @@ enum pane_lines { PANE_LINES_NUMBER }; +/* Pane border indicator option. */ +#define PANE_BORDER_OFF 0 +#define PANE_BORDER_COLOUR 1 +#define PANE_BORDER_ARROWS 2 +#define PANE_BORDER_BOTH 3 + /* Screen redraw context. */ struct screen_redraw_ctx { struct client *c; |