session.Session.unset_option
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session/settings.rs
- Other languages
- Python Ruby LuaTypeScriptGo Java .NET C++Swift
-
Remove one option, restoring whatever it inherits.
Errors
Returns an error when tmux rejects the name.
Returns
crate::Error::OptionScopeMismatchwhen tmux keeps the option in another of its tables.In other ports Unset a session option
- Python
libtmux.Session.unset_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:unset_option - TypeScript
session.Session.unsetOption - 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