aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-10-25 09:38:36 +0000
committernicm <nicm>2021-10-25 09:38:36 +0000
commitef46eb91a5e0b6e2b023544f45dbc98c8fe1377f (patch)
tree3d1e7eb8f3a6366f09c2fcc276233843e2975775 /tmux.1
parent0cca695d6e75426e295e03668a4ed35ee62afe7c (diff)
downloadrtmux-ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f.tar.gz
rtmux-ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f.tar.bz2
rtmux-ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f.zip
Add -s and -S to display-popup to set popup and border style, from
Alexis Hildebrandt in GitHub issue 2931.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 12 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index bf615895..9bedb20b 100644
--- a/tmux.1
+++ b/tmux.1
@@ -5800,6 +5800,8 @@ forwards any input read from stdin to the empty pane given by
.Op Fl d Ar start-directory
.Op Fl e Ar environment
.Op Fl h Ar height
+.Op Fl s Ar style
+.Op Fl S Ar border-style
.Op Fl t Ar target-pane
.Op Fl T Ar title
.Op Fl w Ar width
@@ -5853,6 +5855,16 @@ See
for possible values for
.Ar border-lines .
.Pp
+.Fl s
+sets the style for the popup and
+.Fl S
+sets the style for the popup border.
+For how to specify
+.Ar style ,
+see the
+.Sx STYLES
+section.
+.Pp
.Fl e
takes the form
.Ql VARIABLE=value