diff options
author | nicm <nicm> | 2021-10-11 10:55:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-10-11 10:55:30 +0000 |
commit | 759efe1b3327a7244c03ecc7b90e0e3c49712d06 (patch) | |
tree | 58e4302cb00b591f010c38a6871b1e9a779da5a3 /tmux.1 | |
parent | 7800a431ea63f3be4f0763df3f3a2fae44aeac58 (diff) | |
download | rtmux-759efe1b3327a7244c03ecc7b90e0e3c49712d06.tar.gz rtmux-759efe1b3327a7244c03ecc7b90e0e3c49712d06.tar.bz2 rtmux-759efe1b3327a7244c03ecc7b90e0e3c49712d06.zip |
Add -e flag to set environment for popup, from Alexis Hildebrandt in
GitHub issue 2924.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |