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

types.TmuxOutputEvent

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

View as Markdown

Module
types
Package
libtmux
Source
packages/libtmux/src/types.ts
interface types.TmuxOutputEvent
interface [source]
interface [source]
interface types.TmuxOutputEvent

A pane produced output.

One kind whichever way tmux wrote it. Under WatchOptions.pauseAfterSeconds tmux writes %extended-output rather than %output for every pane, and a caller that had to rename its own event on enabling a safety knob would find out by receiving nothing at the moment backpressure began.

4 declared, 0 inherited

Members

  • age property Milliseconds tmux held this data before writing it, where it reported one.
  • data property
  • kind property
  • paneId property
Esc

Type to search.