aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-10-11 14:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2021-10-11 14:01:13 +0100
commitaf82106fae823f55fd3c746e1b48bc8e52a55e68 (patch)
tree2189aea822dbccb9d70837e6d088cd79c821e664 /tmux.1
parent7ca863c5af3dbbb78d45bec5b113a69f983f2fdc (diff)
parent759efe1b3327a7244c03ecc7b90e0e3c49712d06 (diff)
downloadrtmux-af82106fae823f55fd3c746e1b48bc8e52a55e68.tar.gz
rtmux-af82106fae823f55fd3c746e1b48bc8e52a55e68.tar.bz2
rtmux-af82106fae823f55fd3c746e1b48bc8e52a55e68.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index abc4259f..d349ae25 100644
--- a/tmux.1
+++ b/tmux.1
@@ -5753,6 +5753,7 @@ forwards any input read from stdin to the empty pane given by
.Op Fl BCE
.Op Fl c Ar target-client
.Op Fl d Ar start-directory
+.Op Fl e Ar environment
.Op Fl h Ar height
.Op Fl t Ar target-pane
.Op Fl w Ar width
@@ -5793,6 +5794,12 @@ If omitted, half of the terminal size is used.
.Fl B
does not surround the popup by a border.
.Pp
+.Fl e
+takes the form
+.Ql VARIABLE=value
+and sets an environment variable for the popup; it may be specified multiple
+times.
+.Pp
The
.Fl C
flag closes any popup on the client.