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

error.Error.AmbiguousLayout

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
AmbiguousLayout
constant [source]
constant [source]
AmbiguousLayout

A saved layout value is a preset prefix that names more than one preset on the running tmux release.

tmux's own layout_set_lookup accepts a unique prefix (tile and even-h both apply cleanly on every supported release), so refusing every prefix would reject values tmux itself understands. An ambiguous one is refused before dispatch instead of leaving tmux to pick one silently. The candidates are only the presets available on the running release: main-h is unique on tmux 3.2a and ambiguous from 3.5, where the mirrored pair exists.

0 declared, 0 inherited

Esc

Type to search.