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
- Module
- control
- Declared in
- Event
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
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_onlymust repeat it when this answerstrue.
0 declared, 0 inherited