libtmux Reference MCP Search
On this page

pane.Pane.from_env_value

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
crates/libtmux/src/pane.rs
from_env_value ( server : &crate::Server , value : Option<impl AsRef<OsStr>> ) Result<Option<Self>, Error>
method [source]
method [source]
from_env_value

Find a pane from an explicit TMUX_PANE value.

Errors

Returns an error when the value is absent or is not a pane ID, or when the pane listing fails.

0 declared, 0 inherited

Esc

Type to search.