File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,9 @@ def new_window(
229
229
When this command exits the window will close. This feature is
230
230
useful for long-running processes where the closing of the
231
231
window upon completion is desired.
232
+ environment: dict, optional
233
+ Environmental variables for new window. tmux 3.0+ only. Passthrough to
234
+ ``-e``.
232
235
233
236
Returns
234
237
-------
Original file line number Diff line number Diff line change @@ -469,6 +469,8 @@ def split_window(
469
469
window upon completion is desired.
470
470
percent: int, optional
471
471
percentage to occupy with respect to current window
472
+ environment: dict, optional
473
+ Environmental variables for new pane. tmux 3.0+ only. Passthrough to ``-e``.
472
474
473
475
Returns
474
476
-------
You can’t perform that action at this time.
0 commit comments