aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-10-20 09:50:40 +0000
committernicm <nicm>2021-10-20 09:50:40 +0000
commit8a9bfd0cddd783436e842495fc3039aa56571ed1 (patch)
tree664ad6f43dbfb7453bc43c3d300d9acfdd844f88 /tmux.1
parentf26b8c57ffb253db08072629b7c969c021580492 (diff)
downloadrtmux-8a9bfd0cddd783436e842495fc3039aa56571ed1.tar.gz
rtmux-8a9bfd0cddd783436e842495fc3039aa56571ed1.tar.bz2
rtmux-8a9bfd0cddd783436e842495fc3039aa56571ed1.zip
Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index ab92be2e..bf615895 100644
--- a/tmux.1
+++ b/tmux.1
@@ -5801,6 +5801,7 @@ forwards any input read from stdin to the empty pane given by
.Op Fl e Ar environment
.Op Fl h Ar height
.Op Fl t Ar target-pane
+.Op Fl T Ar title
.Op Fl w Ar width
.Op Fl x Ar position
.Op Fl y Ar position
@@ -5858,6 +5859,10 @@ takes the form
and sets an environment variable for the popup; it may be specified multiple
times.
.Pp
+.Fl T
+is a format for the popup title (see
+.Sx FORMATS ) .
+.Pp
The
.Fl C
flag closes any popup on the client.