aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-02-01 16:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2022-02-01 16:01:11 +0000
commita4f336a91a4bc340111dd72abd894d75093566d7 (patch)
tree30f1535b56198ac27b00f50e2c6f68c499a9033f /tmux.h
parent1b7afd51293e2e3da99d2dfed57dc1ebc4cdf5d5 (diff)
parent7e34645fcbe93984461343d67373a29e552fec20 (diff)
downloadrtmux-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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 8a6dec18..a4f484eb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;