diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-04-29 18:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-04-29 18:01:09 +0100 |
commit | 55d472a9fe9b3d4196b8307a65480f6d66b95e9c (patch) | |
tree | e76c0961ba35fa67566947ea0247dc0aed3e1ce4 /tmux.1 | |
parent | ba9f32b464effc09b7ceaef21b1804c49ece17db (diff) | |
parent | eb8e76d4332e089e5cd3c5a3c9f4bf64c9474909 (diff) | |
download | rtmux-55d472a9fe9b3d4196b8307a65480f6d66b95e9c.tar.gz rtmux-55d472a9fe9b3d4196b8307a65480f6d66b95e9c.tar.bz2 rtmux-55d472a9fe9b3d4196b8307a65480f6d66b95e9c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -2778,19 +2778,18 @@ will be passed through and formats (see .Sx FORMATS ) will be expanded. -It may also contain any of the following special character sequences: -.Bl -column "Character pair" "Replaced with" -offset indent -.It Sy "Character pair" Ta Sy "Replaced with" -.It Li "#[attributes]" Ta "Colour or attribute change" -.It Li "##" Ta "A literal" Ql # -.El + +It may also contain the a special character sequence #[] to change the colour +or attributes, for example +.Ql #[fg=red,bright] +to set a bright red foreground. +See the +.Ic message-command-style +option for a description of colours and attributes. .Pp For details on how the names and titles can be set see the .Sx "NAMES AND TITLES" section. -For a list of allowed attributes see the -.Ic message-command-style -option. .Pp Examples are: .Bd -literal -offset indent @@ -3069,6 +3068,14 @@ Like .Ic base-index , but set the starting index for pane numbers. .Pp +.It Ic pane-border-format Ar format +Set the text shown in pane border status lines. +.Pp +.It Xo Ic pane-border-status +.Op Ic off | top | bottom +.Xc +Turn pane border status lines off or set their position. +.Pp .It Ic pane-border-style Ar style Set the pane border style for panes aside from the active pane. For how to specify |