libtmux Reference MCP Search
On this page

pane.PaneWait

View as Markdown

Module
pane
Package
libtmux
Source
crates/libtmux/src/pane.rs
enum pane.PaneWait
enum [source]
enum [source]
enum pane.PaneWait

3 declared, 0 inherited

Members

  • Arrived constant What was waited for happened.
  • Dead constant The pane's process ended before it happened. Waiting longer cannot change the answer, which is why this is not a timeout.
  • TimedOut constant The time ran out with the pane still alive.
Esc

Type to search.