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

types.WatchOptions.pauseAfterSeconds

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
Declared in
WatchOptions
Package
libtmux
Source
packages/libtmux/src/types.ts
pauseAfterSeconds : : number
propertyreadonly [source]
propertyreadonly [source]
pauseAfterSeconds

Seconds tmux may hold a pane's output before pausing that pane.

Off by default, which leaves tmux's remedy for a client that falls behind: at five minutes it drops the connection with "too far behind", losing every other pane and every pending command with it.

Set, tmux instead discards what it held for the one pane that fell behind and emits pause. The connection asks the pane back and emits continue, so the pair records what was missed rather than needing a response.

0 declared, 0 inherited

Esc

Type to search.