libtmux.Session:unset_option
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux
- Source
- lua/libtmux/_internal/entity.lua
- Other languages
- Python Ruby TypeScriptRustGo Java .NET C++Swift
- unset_option ( name : string , options : libtmux.SettingUnsetOptions? = nil ) libtmux.Request<boolean>
-
Inherited from
libtmux.ConfigurableIn other ports Unset a session option
- Python
libtmux.Session.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript
session.Session.unsetOption - Rust
session.Session.unset_option - Go
tmux.Session.UnsetOption - Java reached through
Session.options, whoseOptionscarries the write - .NET reached through
Session.Options, whoseTmuxOptionscarries the write - C++
libtmux::Session::unset_option - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited