error.Error.AmbiguousLayout
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- error
- Declared in
- Error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
A saved layout value is a preset prefix that names more than one preset on the running tmux release.
tmux's own
layout_set_lookupaccepts a unique prefix (tileandeven-hboth 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-his unique on tmux 3.2a and ambiguous from 3.5, where the mirrored pair exists.
0 declared, 0 inherited