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

LibTmux.PaneObservation

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

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/ControlMode/PaneObservation.cs
class LibTmux.PaneObservation
classstatic [source]
classstatic [source]
class LibTmux.PaneObservation

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-change for 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.
Esc

Type to search.