libtmux::Session::unset_option
- Module
- libtmux
- Declared in
- Session
- Package
- libtmux-cxx
- Source
- include/libtmux/entities.hpp
- Other languages
- Python Ruby LuaTypeScriptRustGo Java .NET Swift
- unset_option ( name : std::string_view ) expected< void, CommandFailure >
-
Remove the value set here, so the wider scope shows through again.
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 - 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 - Swift
Server.unsetOption(_:scope:)
- Python
0 declared, 0 inherited