aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-14 16:49:08 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-14 16:49:08 +0100
commit31621036ad38ef3a2d88da838eb021430ea3c944 (patch)
treed1506a2d621f6a0c65a81f14cf6ba411ed3bb5b9 /tmux.1
parent97c8374855c216a645d558e5d56212e6c002cd72 (diff)
downloadrtmux-31621036ad38ef3a2d88da838eb021430ea3c944.tar.gz
rtmux-31621036ad38ef3a2d88da838eb021430ea3c944.tar.bz2
rtmux-31621036ad38ef3a2d88da838eb021430ea3c944.zip
Add an option to set the pane border lines style from a choice of single lines
(ACS or UTF-8), double or heavy (UTF-8), simple (plain ASCII) or number (the pane numbers). Lines that won't work on a non-UTF-8 terminal are translated back into ACS when they are output.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.122
1 files changed, 22 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 5209a5b4..2979c4b2 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3924,6 +3924,28 @@ but set the starting index for pane numbers.
.It Ic pane-border-format Ar format
Set the text shown in pane border status lines.
.Pp
+.It Ic pane-border-lines Ar type
+Set the type of characters used for drawing pane borders.
+.Ar type
+may be one of:
+.Bl -tag -width Ds
+.It single
+single lines using ACS or UTF-8 characters
+.It double
+double lines using UTF-8 characters
+.It heavy
+heavy lines using UTF-8 characters
+.It simple
+simple ASCII characters
+.It number
+the pane number
+.El
+.Pp
+.Ql double
+and
+.Ql heavy
+will fall back to standard ACS line drawing when UTF-8 is not supported.
+.Pp
.It Xo Ic pane-border-status
.Op Ic off | top | bottom
.Xc