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

Rust API

Rust documentation

server.Server.typed_global_option

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

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server/settings.rs
typed_global_option ( self , name : &str ) → Result<Option<OptionValue>, Error>
method [source]
method [source]
typed_global_option

Read one global session option, decoded according to its declared kind.

Sessions inherit from this table. Absence and decoding work as in Self::typed_option .

Errors

Returns an error when tmux does not recognize the option name.

0 declared, 0 inherited

Esc

Type to search.