We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4244049 commit 496b583Copy full SHA for 496b583
src/libtmux/session.py
@@ -229,6 +229,9 @@ def new_window(
229
When this command exits the window will close. This feature is
230
useful for long-running processes where the closing of the
231
window upon completion is desired.
232
+ environment: dict, optional
233
+ Environmental variables for new window. tmux 3.0+ only. Passthrough to
234
+ ``-e``.
235
236
Returns
237
-------
src/libtmux/window.py
@@ -469,6 +469,8 @@ def split_window(
469
470
percent: int, optional
471
percentage to occupy with respect to current window
472
473
+ Environmental variables for new pane. tmux 3.0+ only. Passthrough to ``-e``.
474
475
476
0 commit comments