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

window.Window.from_env_value

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

View as Markdown

Module
window
Declared in
Window
Package
libtmux
Source
crates/libtmux/src/window.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 window from an explicit TMUX_PANE value.

Errors

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

0 declared, 0 inherited

Esc

Type to search.