diff options
author | nicm <nicm> | 2021-10-13 09:28:36 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-10-13 09:28:36 +0000 |
commit | 837ca176d1874273f3de615c75b506e1b1787a1b (patch) | |
tree | c219d8f8cf7399437e4285d713735991636b82cb /tmux.1 | |
parent | b8581ec80e5339be5e2c08cfec70a77f21ba06b2 (diff) | |
download | rtmux-837ca176d1874273f3de615c75b506e1b1787a1b.tar.gz rtmux-837ca176d1874273f3de615c75b506e1b1787a1b.tar.bz2 rtmux-837ca176d1874273f3de615c75b506e1b1787a1b.zip |
Add popup-style and popup-border-style options, from Alexis Hildebrandt
in GitHub issue 2927.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -4258,6 +4258,24 @@ see the section. Attributes are ignored. .Pp +.It Ic popup-style Ar style +Set the popup style. +For how to specify +.Ar style , +see the +.Sx STYLES +section. +Attributes are ignored. +.Pp +.It Ic popup-border-style Ar style +Set the popup border style. +For how to specify +.Ar style , +see the +.Sx STYLES +section. +Attributes are ignored. +.Pp .It Ic window-status-activity-style Ar style Set status line style for windows with an activity alert. For how to specify |