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

types.RespawnOptions

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.RespawnOptions
interface [source]
interface [source]
interface types.RespawnOptions

Whether a pane whose process is still alive may be restarted.

Without it tmux refuses rather than killing what is running.

3 declared, 0 inherited

Members

  • environment property Variables to set in the respawned process, tmux's -e.
  • kill property Replace a target that is still running rather than only a dead one.
  • startDirectory property
Esc

Type to search.