libtmux Reference MCP Search
On this page

version.TmuxVersion.behavior_release

View as Markdown

Module
version
Declared in
TmuxVersion
Package
libtmux
Source
crates/libtmux/src/version.rs
behavior_release ( self ) Option<ReleaseVersion>
method [source]
method [source]
behavior_release

Return the release whose in-tree behavior this version carries.

A numbered release returns itself. A next-X.Y identifier returns X.Y, because its tree already contains the changes being developed for that release. master returns None because it names no release.

Unlike TmuxVersion::meets , this does not clamp development identifiers to the crate's minimum supported release. It answers "which tmux source is running", not "may this version be relied on", so it suits behavior windows that both open and close at known releases.

0 declared, 0 inherited

Esc

Type to search.