8000 Feature: allow setting up custom environment when creating windows and/or panes by zappolowski · Pull Request #453 · tmux-python/libtmux · GitHub
[go: up one dir, main page]

Skip to content

Feature: allow setting up custom environment when creating windows and/or panes #453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs(CHANGES): Note environment variable update
  • Loading branch information
tony committed Nov 6, 2022
commit fca7c0d533f007995793da4b6c8961f6aaca6f8f
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ $ pip install --user --upgrade --pre libtmux

<!-- Maintainers and contributors: Insert change notes for the next release above -->

### Features

- `Window.split_window()` and `Session.new_window()` now support an optional
dictionary of environmental variables, via (#453), credit @zappolowski.

## libtmux 0.15.10 (2022-11-05)

_There will be more improvements over the coming weeks and months to shore up
Expand Down
0