Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

pane.Pane.unset_option

Rust

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
crates/libtmux/src/pane/settings.rs
Other languages
Python Ruby LuaTypeScriptGo Java .NET C++Swift
unset_option ( self , name : &str ) → Result<(), Error>
method [source]
method [source]
unset_option

Remove one option, restoring whatever it inherits.

Errors

Returns an error when tmux rejects the name.

Returns crate::Error::OptionScopeMismatch when tmux keeps the option in another of its tables.

Discussed in Options and hooks

In other ports Unset a pane option

0 declared, 0 inherited

Esc

Type to search.