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

error.Error.UnsupportedCapability

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

View as Markdown

Module
error
Declared in
Error
Package
libtmux
Source
crates/libtmux/src/error.rs
UnsupportedCapability
constant [source]
constant [source]
UnsupportedCapability

The running tmux is too old for a capability the caller asked for.

Distinct from Error::UnsupportedTmuxVersion , which is about the crate's own floor: this one says the crate works here and the *feature* does not. tmux itself would usually accept the flag and quietly ignore it, which turns "your tmux is too old" into "the command did nothing", so it is reported rather than passed through.

0 declared, 0 inherited

Esc

Type to search.