libtmux Reference MCP Search
On this page

session.settings.Session.append_option

View as Markdown

Module
session.settings
Declared in
Session
Package
libtmux
Source
crates/libtmux/src/session/settings.rs
append_option ( self , name : &str , value : impl Into<OsString> ) Result<(), Error>
method [source]
method [source]
append_option

Append to one option rather than replacing it.

Errors

Returns an error when tmux rejects the name or value.

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

0 declared, 0 inherited

Esc

Type to search.