LibTmux.PaneObservation
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/ControlMode/PaneObservation.cs
-
Narrows a control client's event stream to one pane, and ends it cleanly.
A killed pane's session and window usually survive it, so the general event stream just keeps running - the closest thing tmux sends is a
%layout-changefor the window the pane left. Watching a pane through this instead answers "is the pane I care about still there" as a typed, terminal event rather than leaving a caller to infer it from a notification shaped like any other.
1 declared, 0 inherited
Members
- WatchAsync method Watches one pane's output until it ends.