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