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

control.Event.may_have_added_a_pane

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

View as Markdown

Module
control
Declared in
Event
Package
libtmux
Source
crates/libtmux/src/control.rs
may_have_added_a_pane ( self ) → bool
method [source]
method [source]
may_have_added_a_pane

Report whether a pane may have appeared since the last look.

tmux publishes no notification for a pane being created, so this is a conservative union of the events that can accompany one. A caller that narrowed with ControlSender::watch_only must repeat it when this answers true.

0 declared, 0 inherited

Esc

Type to search.