tmux.Session.SetEnvironment
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/environment.go
- Other languages
- PythonRubyLuaTypeScriptRust Java .NET C++ Swift
- SetEnvironment ( ctx : context.Context , name : string , value : string , options : SetEnvironmentOptions ) error
-
SetEnvironment stores a value in this session's tmux environment, targeted by its stable SessionID.
In other ports Set a variable in a session's environment
- Python
libtmux.Session.set_environment - Ruby
LibTmux::Session#set_environment - Lua
libtmux.Session:set_environment - TypeScript
session.Session.setEnvironment - Rust
session.Session.set_environment - Java no equivalent on
Session - .NET no equivalent on
Session - C++ no equivalent on
Session - Swift
Server.setEnvironment(_:to:in:)
- Python
0 declared, 0 inherited