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

pane.Pane.append_option

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
crates/libtmux/src/pane/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.

Discussed in Options and hooks

0 declared, 0 inherited

Esc

Type to search.